Skip to content

Commit

Permalink
Release v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardboehme committed Jun 9, 2022
1 parent b7c4b1f commit 1623485
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
## 4.5.0
## 4.2.0

* Drop support for rubies prior 2.2.10

## 4.1.8

* Fix forwarding keyword arguments with Ruby 3 in case of a cache hit (#497)
* Fix ruby warning with undefined instance variable in codebase

## 4.1.7
Expand Down
2 changes: 1 addition & 1 deletion lib/cell/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Cell
VERSION = "4.5.0"
VERSION = "4.2.0"
end

0 comments on commit 1623485

Please sign in to comment.