Skip to content

Commit

Permalink
Prepare to release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Oct 15, 2016
1 parent 6f1c8b9 commit 8186b86
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## 1.2.1

* Fixed #272. Workaround Ruby bug 12832 which caused interpreter to hang. See https://bugs.ruby-lang.org/issues/12832. Thanks to @chrisroos & @petems (6f1c8b9b, #273).

## 1.2.0

* Always use prepended module to stub class & instance methods for Ruby v2+ - thanks to @grosser & @chrisroos (43d56671, #244)
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.2.0"
VERSION = "1.2.1"
end

0 comments on commit 8186b86

Please sign in to comment.