From 2031e02298b12e6e5357eb0ea65d14ba64979792 Mon Sep 17 00:00:00 2001 From: Fred Carlsen Date: Sat, 5 Jan 2019 12:19:49 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fa64d8..fc13c2e 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.1.1 - 2019-01-05 +### Changed +- Changed league/csv dependency to not conflict with Feed Me + ## 2.1.0 - 2018-11-24 ### Added - Added an model and template methods to make it easier to add content and change config on the fly, in loops etc.