CHANGELOG.md in mongoid-compatibility-0.4.0 vs CHANGELOG.md in mongoid-compatibility-0.4.1
- old
+ new
@@ -1,8 +1,11 @@
-### Next Release
-* Your contribution here!
+### 0.4.1 (2017/01/19)
+* [#5](https://github.com/mongoid/mongoid-compatibility/pull/5): Compatibility with Ruby 2.4.0 and Mongoid 6.0 - [@moodlemags](https://github.com/moodlemags).
+* [#4](https://github.com/mongoid/mongoid-compatibility/pull/4): Use the `mongoid-danger` gem - [@dblock](https://github.com/dblock).
+* [#3](https://github.com/mongoid/mongoid-compatibility/pull/3): Added Danger, PR linter - [@dblock](https://github.com/dblock).
+
### 0.4.0 (2016/05/21)
* Compatibility with Mongoid 6 prerelease - [@phyllisstein](https://github.com/phyllisstein).
### 0.3.1 (2015/09/25)
@@ -10,10 +13,10 @@
* Compatibility with Mongoid 2 - [@dblock](https://github.com/dblock).
* Use constants to yield version, avoid matching regexp every time - [@dblock](https://github.com/dblock).
### 0.2.0 (2015/09/18)
-* [#1](https://github.com/dblock/mongoid-compatibility/issues/1): Require `mongoid/compatibility` - [@dblock](https://github.com/dblock).
+* [#1](https://github.com/mongoid/mongoid-compatibility/issues/1): Require `mongoid/compatibility` - [@dblock](https://github.com/dblock).
### 0.1.0 (2015/09/17)
* Initial public release - [@dblock](https://github.com/dblock).