Browse Source

Merge branch 'master' into develop

pull/1780/head
Ethan Buchman 6 years ago
parent
commit
d468cee107
2 changed files with 10 additions and 2 deletions
  1. +9
    -1
      CHANGELOG.md
  2. +1
    -1
      version/version.go

+ 9
- 1
CHANGELOG.md View File

@ -1,6 +1,14 @@
# Changelog
## 0.8.3 (May 14th, 2018)
## 0.9.0
*TBD*
BREAKING:
## 0.8.3
*May 21, 2018*
FEATURES:


+ 1
- 1
version/version.go View File

@ -1,3 +1,3 @@
package version
const Version = "0.8.3"
const Version = "0.9.0-dev"

Loading…
Cancel
Save