Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dzunk committed Jul 20, 2020
1 parent 4156185 commit 5a81d4b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unreleased

## 0.5.0
* Fix aggregations for TS.RANGE command (#34)
* Extract client handling into Client module (#32)
* Add `uncompressed` param to TS.ADD, TS.INCRBY, TS.DECRBY (#35)
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:
redis-time-series (0.4.0)
redis-time-series (0.5.0)
redis (~> 4.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/redis/time_series/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# frozen_string_literal: true
class Redis
class TimeSeries
VERSION = '0.4.0'
VERSION = '0.5.0'
end
end

0 comments on commit 5a81d4b

Please sign in to comment.