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