Skip to content

Commit

Permalink
✨ 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nettofarah committed Apr 8, 2016
1 parent de90964 commit 97a4b5b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.3.0

### Breaking Changes

- None

### Added

- [#30](https://github.com/IFTTT/polo/pull/30) Advanced obfuscation
- [#37](https://github.com/IFTTT/polo/pull/37) Custom adapters for Postgres and MySQL

### Fixed

- [#26](https://github.com/IFTTT/polo/pull/26) Postgres - Use ActiveRecord methods to generate INSERT SQLs
- [#25](https://github.com/IFTTT/polo/pull/25) Fix custom strategies bug
- [#28](https://github.com/IFTTT/polo/pull/28) Only obfuscate fields when they are present
- [#35](https://github.com/IFTTT/polo/pull/35) Better support for Rails 4.0
- [#31](https://github.com/IFTTT/polo/pull/31) Fix link to Code of Conduct

## 0.2.0

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/polo/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Polo
VERSION = "0.2.0"
VERSION = "0.3.0"
end

0 comments on commit 97a4b5b

Please sign in to comment.