We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a61423 commit aa3c207Copy full SHA for aa3c207
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## [Unreleased]
2
3
+## [0.5.0] - 2021-07-13
4
+
5
+- Add option to pass Pix informations directly in initializer
6
+- CI speedup
7
+- Specs reorganization
8
9
## [0.4.0] - 2021-07-10
10
11
- Add URL option for PIX, in order to generate dynamic QR Codes
lib/qrcode_pix_ruby/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module QrcodePixRuby
- VERSION = '0.4.0'
+ VERSION = '0.5.0'
end
0 commit comments