Skip to content

Commit

Permalink
Bump version to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dzunk committed Dec 20, 2020
1 parent 8cbb837 commit 19217d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
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.6.0
* Add CHUNK_SIZE param to CREATE, ADD, INCRBY, DECRBY commands (#53)
* Add duplication policy to TS.CREATE and TS.ADD commands (#51)
* Add support for endless ranges to TS.RANGE (#50)
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.5.2'
VERSION = '0.6.0'
end
end

0 comments on commit 19217d8

Please sign in to comment.