Skip to content

Commit d0865a9

Browse files
Get ready for 2.5.0 release (activeadmin#5944)
1 parent 8e96c49 commit d0865a9

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 2.5.0 [](https://github.com/activeadmin/activeadmin/compare/v2.4.0..v2.5.0)
6+
57
### Enhancements
68

79
* Azerbaijani translation. [#5078] by [@orkhan]

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
activeadmin (2.4.0)
4+
activeadmin (2.5.0)
55
arbre (~> 1.2, >= 1.2.1)
66
formtastic (~> 3.1)
77
formtastic_i18n (~> 0.4)

gemfiles/rails_52/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
activeadmin (2.4.0)
4+
activeadmin (2.5.0)
55
arbre (~> 1.2, >= 1.2.1)
66
formtastic (~> 3.1)
77
formtastic_i18n (~> 0.4)

gemfiles/rails_60_turbolinks/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: ../..
33
specs:
4-
activeadmin (2.4.0)
4+
activeadmin (2.5.0)
55
arbre (~> 1.2, >= 1.2.1)
66
formtastic (~> 3.1)
77
formtastic_i18n (~> 0.4)

lib/active_admin/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveAdmin
2-
VERSION = '2.4.0'
2+
VERSION = '2.5.0'
33
end

0 commit comments

Comments
 (0)