Skip to content

Commit

Permalink
Release version 2.3.0.
Browse files Browse the repository at this point in the history
Update CHANGELOG.

[ci skip]
  • Loading branch information
tute committed Dec 17, 2014
1 parent fd8d7bd commit 0e26b74
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 2.3.0

- [#206] Allow Rule to find Badge by `badge_id`
- [#197] SVG badges in favor of PNG in the readme.
- [#195] migrations refactor
- Tests with Rails 4.2

## 2.2.0

- [#181] Rescue `ActiveRecord` only if constant is defined (doesn't trigger
Expand Down
2 changes: 1 addition & 1 deletion merit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.homepage = "http://github.com/tute/merit"
s.files = `git ls-files`.split("\n").reject{|f| f =~ /^\./ }
s.license = 'MIT'
s.version = '2.2.0'
s.version = '2.3.0'
s.authors = ["Tute Costa"]
s.email = '[email protected]'

Expand Down

0 comments on commit 0e26b74

Please sign in to comment.