From e152b34ea8600b6fb32e6b21d6d1a324cde17808 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Thu, 20 Sep 2018 13:31:52 +0100 Subject: [PATCH] lein-release plugin: preparing 0.1.6 release --- CHANGELOG.md | 5 +++++ project.clj | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51ec2f9..9241cd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # 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.1.6, 2018-09-20 + +Provided sensible defaults for all configuration parameters + + ## 0.1.4, 2018-09-20 This is not the official beta release, but it is a dummy run for a beta release. diff --git a/project.clj b/project.clj index 6650130..6cb47f9 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject lein-adl "0.1.6-SNAPSHOT" +(defproject lein-adl "0.1.6" :description "Integrate Application Description Language into lein workflow" :url "https://github.com/simon-brooke/lein-adl" :license {:name "Eclipse Public License" ;; for compatibility with leiningen