diff --git a/CHANGES.md b/CHANGES.md index 220addb..8b31eac 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +### 1.3.1 + +[skip logging connection-uri on connection failure to avoid logging passwords](https://github.com/yogthos/migratus/pull/192) ### 1.3.0 [Wrap modify-sql-fn to support returning a sequence](https://github.com/yogthos/migratus/pull/187) diff --git a/project.clj b/project.clj index f636ee7..66885fc 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject migratus "1.3.0" +(defproject migratus "1.3.1" :description "MIGRATE ALL THE THINGS!" :url "http://github.com/yogthos/migratus" :license {:name "Apache License, Version 2.0"