diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d64620..cdebf6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.7.1] - 2024-06-23 + +### Changed + +- Bump up commons-compress to 1.26.2. [#8](https://github.com/totakke/cavia/pull/8) + - Because of CVE-2024-25710 and CVE-2024-26308. +- Update clojure to 1.11.3. + - Because of CVE-2024-22871. + ## [0.7.0] - 2024-02-12 ### Changed @@ -207,7 +216,8 @@ First release. -[Unreleased]: https://github.com/totakke/cavia/compare/0.7.0...HEAD +[Unreleased]: https://github.com/totakke/cavia/compare/0.7.1...HEAD +[0.7.1]: https://github.com/totakke/cavia/compare/0.7.0...0.7.1 [0.7.0]: https://github.com/totakke/cavia/compare/0.6.2...0.7.0 [0.6.2]: https://github.com/totakke/cavia/compare/0.6.1...0.6.2 [0.6.1]: https://github.com/totakke/cavia/compare/0.6.0...0.6.1 diff --git a/README.md b/README.md index 86429a7..65ca7b5 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,13 @@ io.github.totakke/cavia {:git/tag "v0.7.0_1" :git/sha "9dd80e7"} Clojure CLI/deps.edn (as Maven): ```clojure -cavia/cavia {:mvn/version "0.7.0"} +cavia/cavia {:mvn/version "0.7.1"} ``` Leiningen/Boot: ```clojure -[cavia "0.7.0"] +[cavia "0.7.1"] ``` ## Basic usage diff --git a/project.clj b/project.clj index f3106f4..1f2e550 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject cavia "0.7.0" +(defproject cavia "0.7.1" :description "Remote resource management for Clojure projects" :url "https://github.com/totakke/cavia" :license {:name "The MIT License"