Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
karlomikus committed Nov 18, 2022
1 parent 04f7a1c commit ed8d0fd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v0.4.0
- Refactor image uploading and handling
- Updates for some base ingredients
- Add more popular cocktails
- Finish cocktail ingredient substitutes endpoints
- Finish glass type endpoints

# v0.3.0
- Move "Uncategorized" ingredient category to id: 1
- Cocktail save/update methods now save glass type
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.3.0',
'version' => 'v0.4.0',

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

0 comments on commit ed8d0fd

Please sign in to comment.