We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3074229 commit 2c5c2a4Copy full SHA for 2c5c2a4
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [0.5.0]
2
+
3
+- Allow configuring labelColor
4
+- Allow receiving the same push otken with different device identifiers
5
+- Make the last_update more flexible
6
7
## [0.4.2]
8
9
- Fix the unregister endpoint.
lib/passkit/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Passkit
- VERSION = "0.4.3"
+ VERSION = "0.5.0"
end
0 commit comments