Skip to content

Commit

Permalink
Creating v2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjstevens committed May 10, 2022
1 parent 99ac279 commit 702d7fa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2.6.6

Features

- Update Docker container to use Ubuntu 20.04 as the base image (was 18.04). Thanks @christabone. [2645](https://github.com/GMOD/Apollo/pull/2645)

Bug Fixes

- Fix typo in Docker docs. Thanks @christabone. [2638](https://github.com/GMOD/Apollo/pull/2638)
- Use `fmin` and `fmax` instead of `3'` and `5'` in the UI when marking feature ends as partial. This more accurately reflects how Apollo stores the data about partials. [2646](https://github.com/GMOD/Apollo/pull/2646)


## 2.6.5

Features
Expand Down
2 changes: 1 addition & 1 deletion application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
app.grails.version=2.5.5
app.name=apollo
app.servlet.version=3.0
app.version=2.6.6-SNAPSHOT
app.version=2.6.6
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
# The short X.Y version.
version = '2.6'
# The full version, including alpha/beta/rc tags.
release = '2.6.5'
release = '2.6.6'

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

0 comments on commit 702d7fa

Please sign in to comment.