From aa3c207512e188721d55d3bd926d34976629d167 Mon Sep 17 00:00:00 2001 From: Pedro Furtado Date: Tue, 13 Jul 2021 13:55:26 -0300 Subject: [PATCH] Prepare for v0.5.0 release (#9) --- CHANGELOG.md | 6 ++++++ lib/qrcode_pix_ruby/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ddb716f..33ca690 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## [Unreleased] +## [0.5.0] - 2021-07-13 + +- Add option to pass Pix informations directly in initializer +- CI speedup +- Specs reorganization + ## [0.4.0] - 2021-07-10 - Add URL option for PIX, in order to generate dynamic QR Codes diff --git a/lib/qrcode_pix_ruby/version.rb b/lib/qrcode_pix_ruby/version.rb index 2782c80..00cce46 100755 --- a/lib/qrcode_pix_ruby/version.rb +++ b/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