Commit 923af0ce3d40ebb2e380baec177f48be6f1fccf2

Authored by Cyril Mougel
1 parent 84ccbe18
Exists in master and in 1 other branch production

Update Changelog and contributor to start 0.3.0 version

[ci-skip]
Showing 3 changed files with 27 additions and 2 deletions   Show diff stats
CHANGELOG.md
  1 +## 0.3.0 - Not released Yet
  2 +
  3 +### Improvements
  4 +
  5 +- [#515][] Update to Mongoid 3.1 ([@arthurnn][])
  6 +
  7 +
  8 +[#515]: https://github.com/errbit/errbit/issues/515
  9 +
  10 +## 0.2.1 - Not released Yet
  11 +
  12 +### Bug Fixes
  13 +
  14 +- [#558][] Avoid failure if you remote bitbucket_rest_api gem
  15 + ([@shingara][])
  16 +
  17 +[@shingara]: https://github.com/shingara
  18 +
  19 +[#558]: https://github.com/errbit/errbit/issues/558
  20 +
1 21 ## 0.2.0 - 2013-09-11
2 22  
3 23 ### Improvements
... ...
CONTRIBUTORS.md
1   -## 0.2.0 - Not Released Yet
  1 +## 0.3.0 - Not released yet
  2 +
  3 +- [@arthurnn][]
  4 +- [@shingara][]
  5 +
  6 +## 0.2.0 - 2013-09-11
2 7  
3 8 - [@2called-chaos][]
4 9 - [@Gonzih][]
... ...
Gemfile.lock
... ... @@ -431,7 +431,7 @@ DEPENDENCIES
431 431 quiet_assets
432 432 rack-ssl
433 433 rack-ssl-enforcer
434   - rails (= 3.2.13)
  434 + rails (~> 3.2.13)
435 435 rails_autolink
436 436 ri_cal
437 437 rspec-rails (~> 2.6)
... ...