From 6a28adc5e8e4193324960f314db48a2ec1e6f367 Mon Sep 17 00:00:00 2001 From: ericdude4 Date: Tue, 17 Aug 2021 16:05:35 -0400 Subject: [PATCH] add changelog --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..eeb1086 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [2.0.0] - 2021-08-17 + +### Added + +### Changed + +- Move `show_plans` optional callback from `Shopifex.PaymentGuard` behaviour to `render_plans` in `ShopifexWeb.PaymentController` behavour + +[2.0.0]: https://github.com/ericdude4/shopifex/compare/v1.1.1...v2.0.0 \ No newline at end of file