Skip to content

Commit

Permalink
Release version 0.11.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Sep 17, 2018
1 parent e7d193d commit 2ed8482
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,23 @@

## Changes

### 0.11.0 (September 17, 2018)

* [COMPAT] [#1260] Upgrade Ruby to 2.5.1.
* [COMPAT] [#1216] Update ffi from 1.9.23 to 1.9.25.
* [DOC] [#1166] Add forgotten .with_options in documentation .
* [DOC] [#1199] Update customizing_dashboards doc.
* [i18n] [#1200] Fix error in suggested translation key.
* [DOC] [#1177] Return a 404 when docs pages are not found.
* [i18n] [#1192] Fix i18n inconsistencies in forms for associations.
* [FEATURE] [#945] Sort has_many fields.
* [COMPAT] [#1169] Configure Capybara to use webrick.
* [i18n] [#1163] Add missing zh-TW translations.
* [DOC] [#1157] Fix has_many and polymorphic fields docs.
* [BUGFIX] [#892] Fix search bar hiding even w/searchable attributes.
* [i18n] [#1153] Add Indonesian locale.
* [BUGFIX] [#1150] Ensure persistent order in pagination spec.

### 0.10.0 (April 20, 2018)

* [BUGFIX] [#1121] Fix a bug where polymorphic fields could throw an exception.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
administrate (0.10.0)
administrate (0.11.0)
actionpack (>= 4.2, < 6.0)
actionview (>= 4.2, < 6.0)
activerecord (>= 4.2, < 6.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/administrate/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Administrate
VERSION = "0.10.0".freeze
VERSION = "0.11.0".freeze
end

0 comments on commit 2ed8482

Please sign in to comment.