diff --git a/CHANGELOG.md b/CHANGELOG.md index a2881b2..0ac749d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a ## [Unreleased] - XXXX-XX-XX - result pagination +## [v0.0.10] - 2023-09-07 +### (Maintenance release) + + ## [v0.0.9] - 2023-09-07 ### Added - Api error to form error mapping diff --git a/src/Module.php b/src/Module.php index 757f82b..dc7b9e3 100644 --- a/src/Module.php +++ b/src/Module.php @@ -26,7 +26,7 @@ class Module { public const MODULE_NAME = 'NPI Registry'; - public const MODULE_VERSION = 'v0.0.9'; + public const MODULE_VERSION = 'v0.0.10'; public const MODULE_SOURCE_CODE = 'https://github.com/MedicalMundi/oe-module-npi-registry';