Skip to content

Commit bfa8534

Browse files
committed
Releasing v1.8.0
1 parent da11dff commit bfa8534

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.circleci/setup-rubygems.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
mkdir ~/.gem
2+
echo -e "---\r\n:rubygems_api_key: $RUBYGEMS_API_KEY" > ~/.gem/credentials
3+
chmod 0600 /home/circleci/.gem/credentials

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
### Unreleased
5+
### 1.8.0
66

77
##### Added
88
* Added date time picker filter [#333](https://github.com/platanus/activeadmin_addons/pull/333)

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GIT
88
PATH
99
remote: .
1010
specs:
11-
activeadmin_addons (1.7.1)
11+
activeadmin_addons (1.8.0)
1212
active_material
1313
railties
1414
require_all
@@ -44,7 +44,7 @@ GEM
4444
erubi (~> 1.4)
4545
rails-dom-testing (~> 2.0)
4646
rails-html-sanitizer (~> 1.0, >= 1.0.3)
47-
active_material (1.4.2)
47+
active_material (1.5.2)
4848
activeadmin (2.7.0)
4949
arbre (~> 1.2, >= 1.2.1)
5050
formtastic (~> 3.1)

lib/activeadmin_addons/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ActiveadminAddons
2-
VERSION = "1.7.1"
2+
VERSION = "1.8.0"
33
end

0 commit comments

Comments
 (0)