From b04c3c08f13349f3b7f3fe01fd08999aafdca8a5 Mon Sep 17 00:00:00 2001 From: Fred Carlsen Date: Fri, 21 Aug 2020 16:12:16 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed0b636..52de501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 2.0.4 - 2020-08-21 +### Fixed +- Fixed wrong Composer dependency constraint for Commerce ([#9](https://github.com/sjelfull/craft-ordernotes/pull/9)) + ## 2.0.3 - 2020-08-20 ### Fixed - Fixed error when calling removed method in Commerce 3 ([#6](https://github.com/sjelfull/craft-ordernotes/issues/6))