Skip to content

Commit

Permalink
✨ v0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nettofarah committed Oct 9, 2016
1 parent 8bbb335 commit adb672a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.4.1

### Breaking Changes

- None

### Fixed
- [#42](https://github.com/IFTTT/polo/pull/42) Escape columns in DUPLICATE KEY statements

## 0.4.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.4.0"
VERSION = "0.4.1"
end

0 comments on commit adb672a

Please sign in to comment.