From 9076e29eb50d1a84c1ea3c28026ffbfdc491f72b Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Fri, 21 Sep 2018 16:21:20 +0100 Subject: [PATCH] Updated Changelog for 0.2.1 release --- CHANGELOG.md | 4 ++++ project.clj | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a553a8..482db6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. This change log is intended to follow the conventions of [keepachangelog.com](http://keepachangelog.com/). +# 0.2.1, 2018-09-21 + +(Hopefully) fixed map regression in 0.2.0 + # 0.2.0, 2018-09-20 Second public alpha, most features complete. diff --git a/project.clj b/project.clj index 6dd9147..21e4267 100644 --- a/project.clj +++ b/project.clj @@ -4,8 +4,6 @@ :license {:name "GNU General Public License,version 2.0 or (at your option) any later version" :url "https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html"} :url "https://github.com/simon-brooke/youyesyet" - :license {:name "GNU General Public License,version 2.0 or (at your option) any later version" - :url "https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html"} :dependencies [[adl-support "0.1.4"] [bouncer "1.0.1"]