From 97a4b5b98fd48ee49aa51afff74c40580f74b54c Mon Sep 17 00:00:00 2001 From: Netto Farah Date: Fri, 8 Apr 2016 07:21:05 +0000 Subject: [PATCH] :sparkles: 0.3.0 --- CHANGELOG.md | 19 +++++++++++++++++++ lib/polo/version.rb | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9665d0..35067d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/polo/version.rb b/lib/polo/version.rb index 2bf9bf2..21772bb 100644 --- a/lib/polo/version.rb +++ b/lib/polo/version.rb @@ -1,3 +1,3 @@ module Polo - VERSION = "0.2.0" + VERSION = "0.3.0" end