From d0936b0c8ef34b379af7af24df760ccf2a7d5092 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 14:24:43 +0200 Subject: [PATCH] chore(main): release 2.0.1 (#35) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ lib/itax_code/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a111796..c1fab74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/matteoredz/itax-code/compare/v2.0.0...v2.0.1) (2023-10-06) + + +### Bug Fixes + +* fix encoding error in cities.rake and update cities.csv ([#34](https://github.com/matteoredz/itax-code/issues/34)) ([80ff044](https://github.com/matteoredz/itax-code/commit/80ff044cfd4961348304f3d99b3f7bbe96773a4f)) + ## [2.0.0](https://github.com/matteoredz/itax-code/compare/v1.0.1...v2.0.0) (2023-10-01) diff --git a/lib/itax_code/version.rb b/lib/itax_code/version.rb index 5ac6071..4fdf36f 100644 --- a/lib/itax_code/version.rb +++ b/lib/itax_code/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ItaxCode - VERSION = "2.0.0" + VERSION = "2.0.1" end