diff --git a/.VERSION_PREFIX b/.VERSION_PREFIX index f30101c..af1817b 100644 --- a/.VERSION_PREFIX +++ b/.VERSION_PREFIX @@ -1 +1 @@ -3.3 \ No newline at end of file +3.4 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b1fe866..ce3e6ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased +# 3.4.126 (2024-06-25 / a4d04c6) - fork from Xylon2/ring-redis-session, first release under `com.lambdaisland` diff --git a/README.md b/README.md index 580d991..666d65f 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,13 @@ hierarchical data, actually any `*print-str*`able clojure data types. To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli)) ``` -com.lambdaisland/ring-redis-session {:mvn/version "4.0.2"} +com.lambdaisland/ring-redis-session {:mvn/version "3.4.126"} ``` or add the following to your `project.clj` ([Leiningen](https://leiningen.org/)) ``` -[com.lambdaisland/ring-redis-session "4.0.2"] +[com.lambdaisland/ring-redis-session "3.4.126"] ```