Skip to content

Commit

Permalink
[ci skip] bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bulat Shakirzyanov committed Dec 15, 2014
1 parent 8e3d943 commit 1763066
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 1.1.1

Bug Fixes:

* [RUBY-75] Raise error when Batch Statement executed against Cassandra < 2.0
* [RUBY-76] `Cassandra::Future.all` doesn't return a future
* [RUBY-77] Re-introduce `Cassandra::Future.promise`

# 1.1.0

Features:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cassandra-driver (1.1.0)
cassandra-driver (1.1.1)
ione (~> 1.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ __Note__: if you want to use compression you should also install [snappy](http:/

Some of the new features added to the driver have unfortunately led to changes in the original cql-rb API. In the examples directory, you can find [an example of how to wrap the ruby driver to achieve almost complete interface parity with cql-rb](https://github.com/datastax/ruby-driver/blob/master/examples/cql-rb-wrapper.rb) to assist you with gradual upgrade.

## What's new in v1.1.0
## What's new in v1.1.1

Current release introduces the following new features:

Expand Down
2 changes: 1 addition & 1 deletion lib/cassandra/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
#++

module Cassandra
VERSION = '1.1.0'.freeze
VERSION = '1.1.1'.freeze
end

0 comments on commit 1763066

Please sign in to comment.