We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40fd2a commit 54661e7Copy full SHA for 54661e7
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 0.4.0
2
+
3
+### Breaking Changes
4
5
+- None
6
7
+### Added
8
+- [#40](https://github.com/IFTTT/polo/pull/40) Support for optional 2nd instance argument
9
10
11
## 0.3.0
12
13
### Breaking Changes
lib/polo/version.rb
@@ -1,3 +1,3 @@
module Polo
- VERSION = "0.3.0"
+ VERSION = "0.4.0"
end
0 commit comments