diff --git a/CHANGES.md b/CHANGES.md index a13ee57..42b311c 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,7 @@ ## 1.x series -## next +## Version 1.4.5 * Fix [TNS-58](https://clojure.atlassian.net/browse/TNS-58): Split refresh logic into scan and refresh-scanned so scan can be called separately diff --git a/README.md b/README.md index c43bcfa..f0cd123 100644 --- a/README.md +++ b/README.md @@ -23,34 +23,34 @@ This project follows the version scheme MAJOR.MINOR.PATCH where each component p ### Stable Release ### -Latest stable release is [1.4.4](https://github.com/clojure/tools.namespace/tree/v1.4.4) +Latest stable release is [1.4.5](https://github.com/clojure/tools.namespace/tree/v1.4.5) [CLI/`deps.edn`](https://clojure.org/reference/deps_and_cli) dependency information: ```clojure -org.clojure/tools.namespace {:mvn/version "1.4.4"} +org.clojure/tools.namespace {:mvn/version "1.4.5"} ``` [Leiningen](https://leiningen.org/) stable dependency information: - [org.clojure/tools.namespace "1.4.4"] + [org.clojure/tools.namespace "1.4.5"] [Maven](https://maven.apache.org/) stable dependency information: org.clojure tools.namespace - 1.4.4 + 1.4.5 ### Development Snapshots ### -Git master branch is at **1.4.5-SNAPSHOT** +Git master branch is at **1.4.6-SNAPSHOT** [All Snapshot Versions](https://oss.sonatype.org/content/groups/public/org/clojure/tools.namespace/) Leiningen dependency information for development snapshots: - :dependencies [[org.clojure/tools.namespace "1.4.5-SNAPSHOT"]] + :dependencies [[org.clojure/tools.namespace "1.4.6-SNAPSHOT"]] :repositories [["sonatype-oss-public" "https://oss.sonatype.org/content/groups/public/"]]