Skip to content

Commit

Permalink
Bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dzunk committed Feb 18, 2023
1 parent ac8d0cc commit a7668af
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.8.0
* Remove usage of `Redis.current` (#78)
* Fix flaky aggregation spec (#80)
* Compatibility updates and spec fixes (#81)
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.7.2'
VERSION = '0.8.0'
end
end

0 comments on commit a7668af

Please sign in to comment.