Skip to content

Commit

Permalink
Bump version to 1.15.1 & prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Nov 7, 2022
1 parent c586a08 commit 0d5f0b7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

## 1.15.1

### External changes

* Fix regression in `Mock#responds_like` behaviour - thanks to @adrianna-chang-shopify for reporting (#580,#583,c586a08c)

## 1.15.0

### External changes
Expand Down
2 changes: 1 addition & 1 deletion lib/mocha/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Mocha
VERSION = '1.15.0'.freeze
VERSION = '1.15.1'.freeze
end

0 comments on commit 0d5f0b7

Please sign in to comment.