Skip to content

Commit 3334ff0

Browse files
author
Johan Halse
committed
Prepares release
1 parent 26b3b6b commit 3334ff0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
### 2.0.0 - Unreleased
3+
### 2.0.0 - 2019-12-06
44

55
Features
66
- Allow skipping authorization per action (https://github.com/varvet/godmin/pull/231)
@@ -12,9 +12,10 @@ Other
1212
- Drop support for Rails 4 (https://github.com/varvet/godmin/pull/239)
1313
- Better policy lookups for namespaced models (https://github.com/varvet/godmin/pull/180)
1414
- Use Pundit for authorization (https://github.com/varvet/godmin/pull/180)
15+
- Rails 6 support (https://github.com/varvet/godmin/pull/248) and (https://github.com/varvet/godmin/pull/250)
1516

1617
In order to upgrade
17-
- Upgrade to Rails 5 and Ruby 2.2.2
18+
- Upgrade to at least Rails 5 and Ruby 2.2.2
1819
- If using an admin engine, create a namespaced model for every resource, inheriting from the main app model
1920
- Replace any `authenticate_admin_user` with `authenticate`
2021
- Replace any `skip_before_action :authenticate_admin_user` with `prepend_before_action :disable_authentication`

0 commit comments

Comments
 (0)