diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e1bf1..a6bd972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.3.5](https://github.com/yokenzan/receiptisan/compare/v0.3.4...v0.3.5) (2023-12-20) + + +### Bug Fixes + +* **bug:** 負担金の単位が「点」になっていたため、「円」に修正 ([ac9ce78](https://github.com/yokenzan/receiptisan/commit/ac9ce783d4b82ffff715b7e7cf5d401d4b147635)) + ## [0.3.4](https://github.com/yokenzan/receiptisan/compare/v0.3.3...v0.3.4) (2023-12-04) diff --git a/lib/receiptisan/version.rb b/lib/receiptisan/version.rb index e2ac370..2879ede 100644 --- a/lib/receiptisan/version.rb +++ b/lib/receiptisan/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Receiptisan - VERSION = '0.3.4' + VERSION = '0.3.5' end