Skip to content

Commit

Permalink
Prepare release 0.7.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanahsmith committed Feb 9, 2016
1 parent c1eeac1 commit 0173ccb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# promise.rb changelog

## 0.7.0.rc1 (February 9, 2016)

### Bug Fixes

* Return instances of the custom promise class from its methods (pull #10)

### Features

* Add Promise.resolve utility method (pull #8)
* Add Promise.all utility method (pull #9)

## 0.6.1 (January 14, 2014)

* The rejection reason now defaults to Promise::Error.
Expand Down
2 changes: 1 addition & 1 deletion lib/promise/version.rb
@@ -1,5 +1,5 @@
# encoding: utf-8

class Promise
VERSION = '0.6.1'
VERSION = '0.7.0.rc1'
end

0 comments on commit 0173ccb

Please sign in to comment.