Skip to content

Commit

Permalink
bump version for new relic and timestamp fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pezra committed May 15, 2016
1 parent fee33c8 commit b8c8909
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## next
## 1.9.1

* fix dirty checking for timestamps more precise than Cassandra can store
* fix bug with new relic instrumentation

## 1.9.0

Expand Down
2 changes: 1 addition & 1 deletion lib/cequel/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- encoding : utf-8 -*-
module Cequel
# The current version of the library
VERSION = '1.9.0'
VERSION = '1.9.1'
end

0 comments on commit b8c8909

Please sign in to comment.