Skip to content

Commit 97a4b5b

Browse files
committed
✨ 0.3.0
1 parent de90964 commit 97a4b5b

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 0.3.0
2+
3+
### Breaking Changes
4+
5+
- None
6+
7+
### Added
8+
9+
- [#30](https://github.com/IFTTT/polo/pull/30) Advanced obfuscation
10+
- [#37](https://github.com/IFTTT/polo/pull/37) Custom adapters for Postgres and MySQL
11+
12+
### Fixed
13+
14+
- [#26](https://github.com/IFTTT/polo/pull/26) Postgres - Use ActiveRecord methods to generate INSERT SQLs
15+
- [#25](https://github.com/IFTTT/polo/pull/25) Fix custom strategies bug
16+
- [#28](https://github.com/IFTTT/polo/pull/28) Only obfuscate fields when they are present
17+
- [#35](https://github.com/IFTTT/polo/pull/35) Better support for Rails 4.0
18+
- [#31](https://github.com/IFTTT/polo/pull/31) Fix link to Code of Conduct
19+
120
## 0.2.0
221

322
### Breaking Changes

lib/polo/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Polo
2-
VERSION = "0.2.0"
2+
VERSION = "0.3.0"
33
end

0 commit comments

Comments
 (0)