Skip to content

Commit

Permalink
Merge pull request #345 from domcleal/450-prep
Browse files Browse the repository at this point in the history
Bump version and refresh changelog for 4.5.0
  • Loading branch information
danielmorrison authored May 30, 2017
2 parents f8433d4 + 69388a7 commit b164247
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,26 @@ Fixed

- None

## 4.5.0 (2017-05-22)

Breaking changes

- None

Added

- Support for `user_id` column to be a `uuid` type
[#333](https://github.com/collectiveidea/audited/pull/333)

Fixed

- Fix retrieval of user from controller when populated in before callbacks
[#336](https://github.com/collectiveidea/audited/issues/336)
- Fix column type check in serializer for Oracle DB adapter
[#335](https://github.com/collectiveidea/audited/pull/335)
- Fix `non_audited_columns` to allow symbol names
[#351](https://github.com/collectiveidea/audited/pull/351)

## 4.4.1 (2017-03-29)

Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Audited is currently ActiveRecord-only. In a previous life, Audited worked with
Add the gem to your Gemfile:

```ruby
gem "audited", "~> 4.4"
gem "audited", "~> 4.5"
```

Then, from your Rails app directory, create the `audits` table:
Expand Down
2 changes: 1 addition & 1 deletion lib/audited/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Audited
VERSION = "4.4.1"
VERSION = "4.5.0"
end

0 comments on commit b164247

Please sign in to comment.