Skip to content

Commit f65a747

Browse files
committed
Bump version to 2.1.0 & prepare for release
1 parent 32ef48f commit f65a747

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

RELEASE.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
# Release Notes
22

3+
## 2.1.0
4+
5+
### External changes
6+
7+
* Fix compatibility with Minitest (#614) - thanks to @kyrofa & @manewitz for reporting and to @zenspider for his input
8+
9+
### Internal changes
10+
11+
* Update URLs for links to Ruby & MIT licenses (d6470af4)
12+
313
## 2.0.4
414

515
### Internal changes
616

7-
* Update `README.md`
17+
* Update `README.md` (e8c21e1b)
818

919
## 2.0.3
1020

lib/mocha/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Mocha
2-
VERSION = '2.0.4'.freeze
2+
VERSION = '2.1.0'.freeze
33
end

0 commit comments

Comments
 (0)