Skip to content

Commit 3db36a4

Browse files
committed
Bump version to 0.4.0
1 parent c800da8 commit 3db36a4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changes to `paper_trail_manager`
22
================================
33

4+
* 0.4.0
5+
* Allow configuration of ChangesController's parent class, route helpers, and layout
6+
47
* 0.3.0
58
* Support Rails 3.2, 4.0, 4.1, and 4.2
69
* Drop support for Rails 3.0 and 3.1

paper_trail_manager.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
44

55
Gem::Specification.new do |spec|
66
spec.name = "paper_trail_manager"
7-
spec.version = "0.3.0"
7+
spec.version = "0.4.0"
88
spec.authors = ["Igal Koshevoy", "Reid Beels"]
99
spec.authors = ["[email protected]"]
1010
spec.summary = "A user interface for `paper_trail` versioning data in Ruby on Rails 3 applications."

0 commit comments

Comments
 (0)