diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b9057f..e4fde58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project are documented in this file. -## 0.1.0 - 2018-03-?? +## 0.1.0 - 2018-03-18 - Added function stubs. - Added call verification. - Added argument matchers. diff --git a/project.clj b/project.clj index 9f1f671..e124589 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject mockfn "0.1.0-SNAPSHOT" +(defproject mockfn "0.1.0" :description "A library for mocking Clojure functions." :url "https://github.com/pmatiello/mockfn" :license {:name "Eclipse Public License"