Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dzunk committed Jul 18, 2020
1 parent e88b79c commit 6910d3a
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.4.0
* Added [hash-based filter DSL](https://github.com/dzunk/redis-time-series/tree/7173c73588da50614c02f9c89bf2ecef77766a78#filter-dsl)
* Removed `Time#ts_msec` monkey-patch
* Renamed `TimeSeries.queryindex` to `.query_index`
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.3.0)
redis-time-series (0.4.0)
redis (~> 4.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/redis-time-series.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
require 'redis/time_series'

class RedisTimeSeries
VERSION = '0.3.0'
VERSION = '0.4.0'
end

0 comments on commit 6910d3a

Please sign in to comment.