We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c4ca7 commit a5bea75Copy full SHA for a5bea75
2 files changed
CHANGELOG.md
@@ -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
7
## 0.12.1 (2016-06-02)
8
9
### Bug fixes
skyversion/version.go
@@ -15,7 +15,7 @@
15
package skyversion
16
17
// This will be overwrite on build time.
18
-var version = "v0.12.1"
+var version = "v0.12.2"
19
20
// Version returns the version of Skygear
21
func Version() string {
0 commit comments