Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
searls committed Aug 23, 2023
1 parent b8e72fe commit a9f353e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.2.3

* Don't class extend Struct.new

# 1.2.2

* As promised in 1.2.1, there were bugs. [#19](https://github.com/testdouble/mocktail/pull/19)
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:
mocktail (1.2.2)
mocktail (1.2.3)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/mocktail/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Mocktail
VERSION = "1.2.2"
VERSION = "1.2.3"
end

0 comments on commit a9f353e

Please sign in to comment.