Skip to content

Commit 649f933

Browse files
Creating v2.8.0
1 parent 33cb29e commit 649f933

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

ChangeLog.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.8.0
2+
3+
Bug Fixes
4+
5+
- Security fixes
6+
7+
Infrastructure Changes
8+
9+
- Upgrade to [JBrowse 1.16.12](https://github.com/GMOD/jbrowse/releases/tag/1.16.12-release)
10+
111
## 2.7.0
212

313
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.7.0
6+
app.version=2.8.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.7'
55+
version = '2.8'
5656
# The full version, including alpha/beta/rc tags.
57-
release = '2.7.0'
57+
release = '2.8.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)