Skip to content

Commit

Permalink
Prepare release v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zerai committed Sep 3, 2023
1 parent 66b4c94 commit 1bb5644
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased] - XXXX-XX-XX

## [v0.0.5] - 2023-09-03
### fixed
- routing (.htaccess)


## [v0.0.4] - 2023-09-02
### fixed
- routing about page



## [v0.0.3] - 2023-09-02
### added
- About page
Expand Down
2 changes: 1 addition & 1 deletion src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Module
{
public const MODULE_NAME = 'NPI Registry';

public const MODULE_VERSION = 'v0.0.4';
public const MODULE_VERSION = 'v0.0.5';

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

Expand Down

0 comments on commit 1bb5644

Please sign in to comment.