Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Verseth committed Jan 3, 2024
1 parent 32fc64a commit f64a5ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.3] - 2024.01.01

[Diff](https://github.com/espago/issuer_response_codes/compare/v0.3.2...espago:issuer_response_codes:v0.3.3)

Add the `Q2` issuer response code.

## [0.3.0]

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
issuer_response_codes (0.3.2)
issuer_response_codes (0.3.3)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/issuer_response_codes/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module IssuerResponseCodes
# @return [String]
VERSION = '0.3.2'
VERSION = '0.3.3'
end

0 comments on commit f64a5ca

Please sign in to comment.