Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [Unreleased]

## Version 1.1.0 (2025-10-23)

### Changed

* Configure Dependabot to automatically update Github Actions (#19)
* Drop support for Rails 7.1, Ruby 2.7 and Ruby 3.0 (#18)
* Add Rails 8.1 to the test matrix (#17)
* Drop support for Rails 7.0 (#16)
* Add Ruby 3.4 to the test matrix (#15)
* Add Rails 8.0 to the test matrix (#14)
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
postcode_validator (1.0.2)
postcode_validator (1.1.0)
twitter_cldr (> 4.4.0)

GEM
Expand Down Expand Up @@ -133,7 +133,7 @@ CHECKSUMS
minitest (5.26.0) sha256=f5817ad09f863a4f7eac917707c1ca5c09cdc4a35e17d91171760178324d2c30
parallel (1.27.0) sha256=4ac151e1806b755fb4e2dc2332cbf0e54f2e24ba821ff2d3dcf86bf6dc4ae130
parser (3.3.9.0) sha256=94d6929354b1a6e3e1f89d79d4d302cc8f5aa814431a6c9c7e0623335d7687f2
postcode_validator (1.0.2)
postcode_validator (1.1.0)
prism (1.6.0) sha256=bfc0281a81718c4872346bc858dc84abd3a60cae78336c65ad35c8fbff641c6b
racc (1.8.1) sha256=4a7f6929691dbec8b5209a0b373bc2614882b55fc5d2e447a21aaa691303d62f
rainbow (3.1.1) sha256=039491aa3a89f42efa1d6dec2fc4e62ede96eb6acd95e52f1ad581182b79bc6a
Expand Down
2 changes: 1 addition & 1 deletion lib/postcode_validator/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class PostcodeValidator
VERSION = '1.0.2'
VERSION = '1.1.0'
end