Skip to content

Commit

Permalink
Release v0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Jan 24, 2024
1 parent 47cec12 commit aa92381
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@

## Changes

### 0.20.1 (January 24, 2024)

In `0.20.0`, we introduced a regression which potentially meant you might
get a `NameError` because of a missing import on `Administrate::VERSION`,
this fixes that and two other minor issues as well.

* [BUGFIX] [#2494] Fix build-changelog with no template changes
* [BUGFIX] [#2491] Fix missing `Administrate::VERSION` reference
* [DOC] [#2489] Fix path in documentation

### 0.20.0 (January 17, 2024)

This is our final release before v1.0.0, which will bring with it a big
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.20.0)
administrate (0.20.1)
actionpack (>= 6.0, < 8.0)
actionview (>= 6.0, < 8.0)
activerecord (>= 6.0, < 8.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.20.0".freeze
VERSION = "0.20.1".freeze
end

0 comments on commit aa92381

Please sign in to comment.