Skip to content

Commit

Permalink
Update changelog; bump package version to 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jhecking committed Oct 10, 2017
1 parent 0ec28e6 commit d4eadbf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
HEAD
v2.5.0 / 2017-10-10
===================

* **New Features**
* Support nobins flag on query operations
* Support CDT List Increment operation. Requires Aerospike server version 3.15 or later.

* **Updates**
* The deprecated Large Data Types(LDT) feature has been removed.
* Ruby 2.1 has been removed from the client's test matrix as [official support for Ruby 2.1 has ended in Apr 2017](https://www.ruby-lang.org/en/news/2017/04/01/support-of-ruby-2-1-has-ended/). Nothing has changed in the client that would break compatibility with Ruby 2.1 yet. But compatibility is not guaranteed for future client releases.

v2.4.0 / 2017-04-06
Expand Down
2 changes: 1 addition & 1 deletion aerospike.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |s|
s.license = "Apache-2.0"
s.files = Dir.glob("lib/**/*") + %w(CHANGELOG.md LICENSE README.md)
s.require_path = "lib"
s.required_ruby_version = '>= 2.0.0'
s.required_ruby_version = '>= 2.2.0'
s.post_install_message = "Thank you for using Aerospike!\nYou can report issues on github.com/aerospike/aerospike-client-ruby"
s.add_dependency("msgpack", '~> 1.0')
s.add_dependency("bcrypt", '~> 3.1')
Expand Down
2 changes: 1 addition & 1 deletion lib/aerospike/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# encoding: utf-8
module Aerospike
VERSION = "2.4.0"
VERSION = "2.5.0"
end

0 comments on commit d4eadbf

Please sign in to comment.