Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed May 21, 2021
1 parent 46aba43 commit a60823c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.8.2 (2021-05-21)
### Fixed
- Fixed and reverted UUID for `Cart` as the primary key ([#158](https://github.com/conedevelopment/bazar/issues/158))

## v0.8.1 (2021-05-20)
### Added
- Added the `updateItems(array $data)` and the `removeItems(array $ids)` methods to the `Cart` driver
Expand Down
2 changes: 1 addition & 1 deletion src/Bazar.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ abstract class Bazar
*
* @var string
*/
public const VERSION = '0.8.1';
public const VERSION = '0.8.2';

/**
* The default currency.
Expand Down

0 comments on commit a60823c

Please sign in to comment.