diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d8877a3..348011e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,17 @@ # Changelog -## [v0.0.14](https://github.com/mejuri-inc/flowcommerce_spree/tree/v0.0.14) (2021-09-02) +## [v0.0.15](https://github.com/mejuri-inc/flowcommerce_spree/tree/v0.0.15) (2021-09-03) -[Full Changelog](https://github.com/mejuri-inc/flowcommerce_spree/compare/v.0.0.13...v0.0.14) +[Full Changelog](https://github.com/mejuri-inc/flowcommerce_spree/compare/v.0.0.14...v0.0.15) + +**Merged pull requests:** + +- Preparing the new v0.0.15 release [\#65](https://github.com/mejuri-inc/flowcommerce_spree/pull/65) ([sebastiandl](https://github.com/sebastiandl)) +- \[DL-614\] Avoid prepare\_order and before\_render within order\_completed endpoint. [\#64](https://github.com/mejuri-inc/flowcommerce_spree/pull/64) ([sebastiandl](https://github.com/sebastiandl)) + +## [v.0.0.14](https://github.com/mejuri-inc/flowcommerce_spree/tree/v.0.0.14) (2021-09-02) + +[Full Changelog](https://github.com/mejuri-inc/flowcommerce_spree/compare/v.0.0.13...v.0.0.14) **Merged pull requests:** diff --git a/lib/flowcommerce_spree/version.rb b/lib/flowcommerce_spree/version.rb index 48caa0f4..dbfb4fd0 100644 --- a/lib/flowcommerce_spree/version.rb +++ b/lib/flowcommerce_spree/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module FlowcommerceSpree - VERSION = '0.0.12' + VERSION = '0.0.15' end