Skip to content

Commit

Permalink
Bump SolidusPaypalCommercePlatform to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyadsl committed Jan 18, 2023
1 parent ed0661f commit 5dc1461
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v0.7.0](https://github.com/solidusio/solidus_paypal_commerce_platform/tree/v0.7.0) (2023-01-18)

[Full Changelog](https://github.com/solidusio/solidus_paypal_commerce_platform/compare/v0.6.0...v0.7.0)

**Merged pull requests:**

- Allow to use the auto\_capture global preference [\#185](https://github.com/solidusio/solidus_paypal_commerce_platform/pull/185) ([kennyadsl](https://github.com/kennyadsl))
- Allow cancelling orders [\#180](https://github.com/solidusio/solidus_paypal_commerce_platform/pull/180) ([kennyadsl](https://github.com/kennyadsl))

## [v0.6.0](https://github.com/solidusio/solidus_paypal_commerce_platform/tree/v0.6.0) (2022-11-25)

[Full Changelog](https://github.com/solidusio/solidus_paypal_commerce_platform/compare/v0.5.0...v0.6.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/solidus_paypal_commerce_platform/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SolidusPaypalCommercePlatform
VERSION = '0.6.0'
VERSION = '0.7.0'
end

0 comments on commit 5dc1461

Please sign in to comment.