Skip to content

Commit

Permalink
Prepare release v0.0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
zerai committed Sep 7, 2023
1 parent 2611e5d commit bfcba87
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased] - XXXX-XX-XX
- result pagination

## [v0.0.9] - 2023-09-07
### Added
- Api error to form error mapping


## [v0.0.8] - 2023-09-07
### (Maintenance release)
Expand Down
2 changes: 1 addition & 1 deletion src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Module
{
public const MODULE_NAME = 'NPI Registry';

public const MODULE_VERSION = 'v0.0.8';
public const MODULE_VERSION = 'v0.0.9';

public const MODULE_SOURCE_CODE = 'https://github.com/MedicalMundi/oe-module-npi-registry';

Expand Down

0 comments on commit bfcba87

Please sign in to comment.