Skip to content

Commit

Permalink
Bump version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dzunk committed Nov 10, 2020
1 parent f4185a7 commit 4971a52
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.2
* Add chunk_type to info struct (#47)

## 0.5.1
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.5.1)
redis-time-series (0.5.2)
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.5.1'
VERSION = '0.5.2'
end
end

0 comments on commit 4971a52

Please sign in to comment.