diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d224d6..04b168f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [2.3.1] - 2024-09-29 +### Fixed +- Merged #31 - Fix linting with new clj-kondo + ## [2.3.0] - 2022-12-03 ### Added - Merged #30 - Add clj-kondo support for defstate macro diff --git a/README.md b/README.md index 0486d14..9aea42a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ A library resembling [mount](https://github.com/tolitius/mount), but different o ## Getting started -Add `[functionalbytes/mount-lite "2.3.0"]` or `functionalbytes/mount-lite {:mvn/version "2.3.0"}` to your dependencies and make sure Clojars is one of your repositories. +Add `[functionalbytes/mount-lite "2.3.1"]` or `functionalbytes/mount-lite {:mvn/version "2.3.1"}` to your dependencies and make sure Clojars is one of your repositories. You can find all the documentation about mount-lite, what makes it unique, and the API by clicking on the link below: diff --git a/project.clj b/project.clj index 7c8a2cc..874c2fd 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject functionalbytes/mount-lite "2.3.0" +(defproject functionalbytes/mount-lite "2.3.1" :description "mount, but different and light" :url "https://github.com/aroemers/mount-lite" :license {:name "Eclipse Public License"