diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d51b71..13be3d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.10.0 (2024-05-16) + +* Added `converge` function +* Added default `init-key` method + ## 0.9.0 (2024-04-29) * Updated default `expand-key` to have `:override` metadata diff --git a/README.md b/README.md index 989daed..a4b5c48 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,11 @@ initialized into a system. Add the following dependency to your deps.edn file: - integrant/integrant {:mvn/version "0.9.0"} + integrant/integrant {:mvn/version "0.10.0"} Or this to your Leiningen dependencies: - [integrant "0.9.0"] + [integrant "0.10.0"] ## Presentations diff --git a/project.clj b/project.clj index 93b542f..fc6a620 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject integrant "0.9.0" +(defproject integrant "0.10.0" :description "Micro-framework for data-driven architecture" :url "https://github.com/weavejester/integrant" :license {:name "The MIT License"