diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ff6f15..c27e021 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Version NEXT * [#32](https://github.com/circleci/analytics-clj/pull/32): Remove `lein ancient` plugin & its associated scheduled workflow now that we use Renovate * [#31](https://github.com/circleci/analytics-clj/pull/31): Bump Clojure dependency to 1.11.2 * [#27](https://github.com/circleci/analytics-clj/pull/27): Bump transitive dependency okio-java and move it to managed-dependencies +* [#34](https://github.com/circleci/analytics-clj/pull/34): Bump `com.segment.analytics.java` dependency Version 0.8.2 (October 3, 2023) ================================ diff --git a/project.clj b/project.clj index b2552d7..12b57ad 100644 --- a/project.clj +++ b/project.clj @@ -4,7 +4,7 @@ :license {:name "Eclipse Public License" :url "http://www.eclipse.org/legal/epl-v10.html"} :dependencies [[org.clojure/clojure "1.11.2"] - [com.segment.analytics.java/analytics "3.5.0"]] + [com.segment.analytics.java/analytics "3.5.1"]] :managed-dependencies [[com.squareup.okio/okio-jvm "3.9.0"]] :profiles {:dev {:dependencies [[bond "0.2.6"]]}} :plugins [[lein-codox "0.10.8"]]