Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

Commit a5bea75

Browse files
committed
Update CHANGELOG for v0.12.2
1 parent 47c4ca7 commit a5bea75

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.12.2 (2016-07-05)
2+
3+
### Incompatible changes
4+
5+
- Change the token expiry default to never (#65)
6+
17
## 0.12.1 (2016-06-02)
28

39
### Bug fixes

skyversion/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
package skyversion
1616

1717
// This will be overwrite on build time.
18-
var version = "v0.12.1"
18+
var version = "v0.12.2"
1919

2020
// Version returns the version of Skygear
2121
func Version() string {

0 commit comments

Comments
 (0)