We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d75d3a6 commit d435db2Copy full SHA for d435db2
CHANGELOG.md
@@ -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
+
4
## [0.6.1]
5
6
- [#21](https://github.com/coorasse/passkit/pull/21): Support an ecryption key via `PASSKIT_URL_ENCRYPTION_KEY` environment variable.
lib/passkit/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Passkit
- VERSION = "0.6.1"
+ VERSION = "0.7.0"
end
0 commit comments