Skip to content

Commit 339ce2c

Browse files
committed
v1.2.1 🎉
1 parent a28991b commit 339ce2c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## [Unreleased]
22

3-
Features:
4-
- `TinValid::Tin.new` accept symbols or uppercase country codes.
5-
- `kind` argument accept symbols.
3+
## [1.2.1] - 2025-05-22
64

75
Fixes:
86
- Accept `/` for Czechia 🇨🇿
7+
- `TinValid::Tin.new` accept symbols or uppercase country codes.
8+
- `kind` argument accept symbols.
99

1010
## [1.2.0] - 2025-05-14
1111

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
tin_valid (1.2.0)
4+
tin_valid (1.2.1)
55

66
GEM
77
remote: https://rubygems.org/

lib/tin_valid/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module TinValid
4-
VERSION = "1.2.0"
4+
VERSION = "1.2.1"
55
end

0 commit comments

Comments
 (0)