Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
karlomikus committed Nov 26, 2022
1 parent 079b9d5 commit bc5e9be
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
@@ -1,3 +1,9 @@
# v0.5.3
- Update OpenApi spec and endpoints
- Delete responses now return 204
- Add contract testing
- Update related ingredients

# v0.5.2
- Add response caching, disabled by default
- Cache docker image steps in GH actions
Expand Down
2 changes: 1 addition & 1 deletion config/bar-assistant.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
|
*/

'version' => 'v0.5.2',
'version' => 'v0.5.3',

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit bc5e9be

Please sign in to comment.