Skip to content

Commit d435db2

Browse files
committed
Change label default color
1 parent d75d3a6 commit d435db2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## [0.7.0]
2+
- [#25](https://github.com/coorasse/passkit/pull/25): Change the label default color to black.
3+
14
## [0.6.1]
25

36
- [#21](https://github.com/coorasse/passkit/pull/21): Support an ecryption key via `PASSKIT_URL_ENCRYPTION_KEY` environment variable.

lib/passkit/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Passkit
4-
VERSION = "0.6.1"
4+
VERSION = "0.7.0"
55
end

0 commit comments

Comments
 (0)