Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
klaseskilson committed Jul 23, 2018
1 parent a30c1ce commit 74cdad2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Upcoming release

## 0.5.0

* [#14](https://github.com/fishbrain/administrate-field-belongs_to_search/pull/14) Fix a broken instance var from administrate (thanks @Mrjaco12 and @lhoBas)
* CI related fixes (add Ruby 2.5)
* Minor rubocop related tweaks

## 0.4.0

* [#12](https://github.com/fishbrain/administrate-field-belongs_to_search/pull/12) Loosen version constraints for Administrate and Rails (thanks @dan-ding)
Expand Down
2 changes: 1 addition & 1 deletion administrate-field-belongs_to_search.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |gem|
gem.name = 'administrate-field-belongs_to_search'
gem.version = '0.4.0'.freeze
gem.version = '0.5.0'.freeze
gem.authors = ['Klas Eskilson']
gem.email = ['klas.eskilson@gmail.com']
gem.homepage = 'https://github.com/fishbrain/administrate-field-belongs_to_search'
Expand Down

0 comments on commit 74cdad2

Please sign in to comment.