We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc6e19 commit 7fc8d77Copy full SHA for 7fc8d77
CHANGELOG.md
@@ -2,7 +2,7 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
-### Unreleased
+### ### 1.8.2
6
7
##### Fixed
8
* Removes vendor directory from build to reduce gem size
Gemfile.lock
@@ -8,7 +8,7 @@ GIT
PATH
9
remote: .
10
specs:
11
- activeadmin_addons (1.8.1)
+ activeadmin_addons (1.8.2)
12
active_material
13
railties
14
require_all
lib/activeadmin_addons/version.rb
@@ -1,3 +1,3 @@
1
module ActiveadminAddons
- VERSION = "1.8.1"
+ VERSION = "1.8.2"
end
0 commit comments