Skip to content

Commit

Permalink
Bump to 3.0.2 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
batter committed May 12, 2014
1 parent 7a5fe33 commit 1880df9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 3.0.2 (Unreleased)
## 3.0.2

- [#357](https://github.com/airblade/paper_trail/issues/357) - If a `Version` instance is reified and then persisted at that state,
it's timestamp attributes for update should still get `touch`ed.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The Rails 2.3 code is on the [`rails2`](https://github.com/airblade/paper_trail/

1. Add `PaperTrail` to your `Gemfile`.

`gem 'paper_trail', '~> 3.0.1'`
`gem 'paper_trail', '~> 3.0.2'`

2. Generate a migration which will add a `versions` table to your database.

Expand All @@ -64,7 +64,7 @@ your applications `ActiveRecord` connection in a manner similar to the way `Rail

1. Add `PaperTrail` to your `Gemfile`.

`gem 'paper_trail', '~> 3.0.1'`
`gem 'paper_trail', '~> 3.0.2'`

2. Generate a migration to add a `versions` table to your database.

Expand Down
2 changes: 1 addition & 1 deletion lib/paper_trail/version_number.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PaperTrail
VERSION = '3.0.1'
VERSION = '3.0.2'
end

0 comments on commit 1880df9

Please sign in to comment.