Skip to content

Commit

Permalink
Bump package version to v2.6.0; update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jhecking committed Mar 27, 2018
1 parent 41718d9 commit 6cb5eb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Unreleased
==========
v2.6.0 / 2018-03-27
===================

* **New Features**
* Support for peers protocol for cluster discovery. Requires Aerospike server version 3.10 or later. Thanks to [@wallin](https://github.com/wallin) of [castle.io](https://castle.io/)! [[#59]](https://github.com/aerospike/aerospike-client-ruby/pull/59)
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.5.1"
VERSION = "2.6.0"
end

0 comments on commit 6cb5eb1

Please sign in to comment.