Skip to content

Commit

Permalink
Bump version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dzunk committed Apr 18, 2024
1 parent a2de75e commit c6cd8d7
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.1
* Add Ruby 3.2 to build matrix (#82)
* Bump actions versions to v4 (#86)
* Add Ruby 3.3, drop Ruby 2.6 from build matrix (#87)
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.8.0'
VERSION = '0.8.1'
end
end

0 comments on commit c6cd8d7

Please sign in to comment.