diff --git a/CHANGELOG b/CHANGELOG index 1a5551da..44b8fe23 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.4.0] - 2018-07-18 +### Changed +- Use headless Chrome to run feature specs instead of poltergeist +- Upgrade PayPal integration to use `paypal-checkout.js` +- Upgrade Braintree integration to v3.34.0 +- Move buttons inside partials. The PayPal cart button is not automatically inserted anymore. +- The PayPal cart button always restarts the Solidus checkout +- Insert the admin interface menu item without using Deface + +### Removed +- Implicit Deface dependency + ## [0.2.0] - 2017-07-18 ### Added - Overhauled JS diff --git a/lib/solidus_paypal_braintree/version.rb b/lib/solidus_paypal_braintree/version.rb index 23ca8f06..b703f9d7 100644 --- a/lib/solidus_paypal_braintree/version.rb +++ b/lib/solidus_paypal_braintree/version.rb @@ -1,3 +1,3 @@ module SolidusPaypalBraintree - VERSION = '0.3.0' + VERSION = '0.4.0' end