Skip to content

Commit 2c5c2a4

Browse files
committed
Update CHANGELOG and bump version
1 parent 3074229 commit 2c5c2a4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
## [0.4.2]
28

39
- Fix the unregister endpoint.

lib/passkit/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Passkit
4-
VERSION = "0.4.3"
4+
VERSION = "0.5.0"
55
end

0 commit comments

Comments
 (0)