Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mshibuya committed Oct 30, 2016
1 parent 326ee71 commit 9e1c66e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,19 @@

## [Unreleased](https://github.com/sferik/rails_admin/tree/HEAD)

[Full Changelog](https://github.com/sferik/rails_admin/compare/v1.0.0...HEAD)
[Full Changelog](https://github.com/sferik/rails_admin/compare/v1.1.0...HEAD)


## [1.1.0](https://github.com/sferik/rails_admin/tree/v1.1.0) - 2016-10-30

[Full Changelog](https://github.com/sferik/rails_admin/compare/v1.0.0...v1.1.0)

### Added
- DSL for association eager-loading([#1325](https://github.com/sferik/rails_admin/issues/1325), [#1342](https://github.com/sferik/rails_admin/issues/1342))

### Fixed
- Fix nested has_many form failing to add items([#2737](https://github.com/sferik/rails_admin/pull/2737))


## [1.0.0](https://github.com/sferik/rails_admin/tree/v1.0.0) - 2016-09-19

Expand Down
2 changes: 1 addition & 1 deletion lib/rails_admin/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module RailsAdmin
class Version
MAJOR = 1
MINOR = 0
MINOR = 1
PATCH = 0
PRE = nil

Expand Down

0 comments on commit 9e1c66e

Please sign in to comment.