Skip to content

Commit

Permalink
Core: change version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Francois-Gomis committed Dec 12, 2024
1 parent fd793a4 commit a5ac041
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

v2.1.0
------

- Fix: CartBuilder fix call to member function getPath() on null

v2.0.0
------

Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "alma/sylius-payment-plugin",
"type": "sylius-plugin",
"version": "2.1.0",
"keywords": [
"alma",
"buy now pay later",
Expand Down
2 changes: 1 addition & 1 deletion src/AlmaSyliusPaymentPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

final class AlmaSyliusPaymentPlugin extends Bundle
{
const VERSION = "2.0.0";
const VERSION = "2.1.0";

use SyliusPluginTrait;

Expand Down

0 comments on commit a5ac041

Please sign in to comment.