Skip to content

Commit

Permalink
Bump version to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
splittingred committed Apr 5, 2019
1 parent 5c0f1d6 commit 618f9a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ Changelog for the gruf gem. This includes internal history before the gem was ma

### Pending release

### 2.6.0

- Drop Ruby 2.2 support
- Abstract gruf controller's send to make it usable in filters
- Adjusts configuration reset into a Railtie for Rails systems to ensure proper OOE
- Bump rubocop to 0.64, address violations, update activesupport/concurrent-ruby dependencies to have a min version

### 2.5.2
Expand Down
2 changes: 1 addition & 1 deletion lib/gruf/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
module Gruf
VERSION = '2.6.0.pre'.freeze
VERSION = '2.6.0'.freeze
end

0 comments on commit 618f9a5

Please sign in to comment.