Commit afb42823560d898b0ab19a272705cde03b2a36d9

Authored by Stephen Crosby
1 parent 294d63ad
Exists in master and in 1 other branch production

prepare for release, v0.5.0

Showing 2 changed files with 5 additions and 1 deletions   Show diff stats
CHANGELOG.md
  1 +## 0.5.0
  2 +
  3 +https://github.com/errbit/errbit/issues?utf8=%E2%9C%93&q=is%3Aclosed+milestone%3A0.5.0
  4 +
1 5 ## 0.4.0
2 6  
3 7 - #791 Fix double escaping of problem title in list view.(@felixbuenemann)
... ...
lib/errbit/version.rb
1 1 module Errbit
2   - VERSION = '0.4.0'
  2 + VERSION = '0.5.0'
3 3 end
... ...