Skip to content

Commit

Permalink
Bump to v2.2.0 adding support for Rack 3
Browse files Browse the repository at this point in the history
  • Loading branch information
evanleck committed Sep 25, 2023
1 parent 72d742d commit cef0fce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.2.0

Add support for and test against both Rack v2 and v3.

## 2.1.0

Pin runtime dependency versions, especially for
Expand Down
2 changes: 1 addition & 1 deletion rack-redic.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# frozen_string_literal: true
Gem::Specification.new do |spec|
spec.name = 'rack-redic'
spec.version = '2.1.0'
spec.version = '2.2.0'
spec.authors = ['Evan Lecklider']
spec.email = ['[email protected]']

Expand Down

0 comments on commit cef0fce

Please sign in to comment.