Skip to content

Commit 5985ab8

Browse files
committedJan 3, 2023
Creating v2.7.0
1 parent 672a90a commit 5985ab8

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed
 

‎ChangeLog.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 2.7.0
2+
3+
Features
4+
5+
- Add info icon with tooltip describing meaning of fmin and fmax in "Partial". @garrettjstevens. [2649](https://github.com/GMOD/Apollo/pull/2649).
6+
7+
Infrastructure Changes
8+
9+
- Upgrade Log4j to 2.19.0. Thanks @cmdcolin. [2654](https://github.com/GMOD/Apollo/pull/2654).
10+
- Due to this change, export of instructor reports is no longer available
11+
12+
113
## 2.6.6
214

315
Features

‎application.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
app.grails.version=2.5.5
44
app.name=apollo
55
app.servlet.version=3.0
6-
app.version=2.6.7-SNAPSHOT
6+
app.version=2.7.0

‎docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
# built documents.
5353
#
5454
# The short X.Y version.
55-
version = '2.6'
55+
version = '2.7'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '2.6.6'
57+
release = '2.7.0'
5858

5959
# The language for content autogenerated by Sphinx. Refer to documentation
6060
# for a list of supported languages.

0 commit comments

Comments
 (0)
Please sign in to comment.