Browse Source

Changelogs: change release to 0.15.1.

Herbert Vojčík 8 years ago
parent
commit
9805884faf
2 changed files with 3 additions and 3 deletions
  1. 1 1
      API-CHANGES.txt
  2. 2 2
      CHANGELOG

+ 1 - 1
API-CHANGES.txt

@@ -1,4 +1,4 @@
-0.15.0:
+0.15.1:
 
 * Thenable class added
 * Promise class added, wraps JS Promise, subclass of Thenable

+ 2 - 2
CHANGELOG

@@ -1,4 +1,4 @@
-6 February 2016 - Release 0.15.0
+6 February 2016 - Release 0.15.1
 ===================================
 
 * From this version on, Amber will fully comply to semver:
@@ -11,7 +11,7 @@
   * If missing, you can polyfill with `bower install amber-compat-es2015 --save`.
 * JS Promise is wrapped in ST class Promise.
 
-Commits: https://github.com/amber-smalltalk/amber/compare/0.14.18...0.15.0.
+Commits: https://github.com/amber-smalltalk/amber/compare/0.14.18...0.15.1.
 
 
 1 January 2016 - Release 0.14.18