diff --git a/CHANGELOG.md b/CHANGELOG.md index b90c3bf..91a2fc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ## [Unreleased] * no unreleased changes +## 0.1.4 / 2025-09-19 +### Added +* Added NHS FHIR ODT client + ## 0.1.3 / 2024-11-19 ### Fixed * Support Ruby 3.3, Rails 7.1, 7.2 and 8.0. Drop support for Ruby 3.0, Rails 6.1 diff --git a/lib/ndr_lookup/version.rb b/lib/ndr_lookup/version.rb index 9aa22c1..362749b 100644 --- a/lib/ndr_lookup/version.rb +++ b/lib/ndr_lookup/version.rb @@ -1,3 +1,3 @@ module NdrLookup - VERSION = '0.1.3'.freeze + VERSION = '0.2.0'.freeze end