Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed May 31, 2021
1 parent 5d3c8b2 commit f9543ef
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,5 +1,11 @@
# Changelog

## v0.9.1 (2021-05-31)

- Renamed methods in getter/setter style
- Fixed SKU validation ([#166](https://github.com/conedevelopment/bazar/issues/166))
- Fixed price input decimal issue ([#165](https://github.com/conedevelopment/bazar/issues/165))

## v0.9.0 (2021-05-28)

- Added the `Bazar\Contracts\Buyable` interface
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.9.0';
public const VERSION = '0.9.1';

/**
* The currency in use.
Expand Down

0 comments on commit f9543ef

Please sign in to comment.