Skip to content

Commit

Permalink
Readying for 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jarohen committed Sep 9, 2015
1 parent c45e311 commit bb2f456
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.org
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

** 0.7.x

*** 0.7.2

No breaking changes.

Addition of ~envf~ - thanks [[https://github.com/martintrojer][Martin]]!

*** 0.7.1

No breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ separate dependency!
Add the *nomad* dependency to your =project.clj=

#+BEGIN_SRC clojure
[jarohen/nomad "0.7.1"]
[jarohen/nomad "0.7.2"]
#+END_SRC

Nomad 0.7.0 and later are no longer compatible with Frodo earlier than
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject jarohen/nomad "0.7.1"
(defproject jarohen/nomad "0.7.2"
:description "A Clojure library to allow Clojure applications to define and access host/instance-specific configuration"
:url "https://github.com/james-henderson/nomad.git"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit bb2f456

Please sign in to comment.