Skip to content

Commit 3f5a834

Browse files
authored
Merge pull request #449 from platanus/v1.10.0
V1.10.0
2 parents c95be7d + 0bb610c commit 3f5a834

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44

55
### Unreleased
66

7-
#### Changed
7+
### 1.10.0
88

9+
#### Added
10+
11+
* Added Shrine support for image row and column [#396](https://github.com/platanus/activeadmin_addons/pull/396)
12+
* Added Markdown row and column [#409](https://github.com/platanus/activeadmin_addons/pull/409)
913
* Added translation support for Rails built-in enums in select filters and tag column/row [#442](https://github.com/platanus/activeadmin_addons/pull/442)
1014

1115
### 1.9.0

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GIT
88
PATH
99
remote: .
1010
specs:
11-
activeadmin_addons (1.9.0)
11+
activeadmin_addons (1.10.0)
1212
active_material
1313
railties
1414
redcarpet
@@ -265,7 +265,7 @@ GEM
265265
rb-fsevent (0.11.2)
266266
rb-inotify (0.10.1)
267267
ffi (~> 1.0)
268-
redcarpet (3.5.1)
268+
redcarpet (3.6.0)
269269
regexp_parser (1.6.0)
270270
require_all (3.0.0)
271271
responders (3.0.1)
@@ -338,7 +338,7 @@ GEM
338338
terrapin (0.6.0)
339339
climate_control (>= 0.0.3, < 1.0)
340340
thor (1.2.1)
341-
tilt (2.0.11)
341+
tilt (2.1.0)
342342
tzinfo (2.0.5)
343343
concurrent-ruby (~> 1.0)
344344
unicode-display_width (1.4.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.9.0"
2+
VERSION = "1.10.0"
33
end

0 commit comments

Comments
 (0)