diff --git a/CHANGELOG.md b/CHANGELOG.md index 497046a..1f2b14f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +Version 0.8.2 (October 3, 2023) +================================ + +* [FIXED](https://github.com/circleci/analytics-clj/pull/21): Update com.segment.analytics.java/analytics to version 3.5.0 +* [FIXED](https://github.com/circleci/analytics-clj/pull/21): Force update okio-jvm to version 3.4.0 fix CVE-2023-3635 + Version 0.8.1 (September 1, 2022) ================================ diff --git a/README.md b/README.md index cbc24d9..7fb2d74 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ For full documentation on the Segment.io 2.x Java client, see [analytics-java](h ## Installation -`[circleci/analytics-clj "0.8.1"]` +`[circleci/analytics-clj "0.8.2"]` ## Usage diff --git a/docs/circleci.analytics-clj.core.html b/docs/circleci.analytics-clj.core.html index 44e9fda..e11568e 100644 --- a/docs/circleci.analytics-clj.core.html +++ b/docs/circleci.analytics-clj.core.html @@ -17,4 +17,4 @@ extra information about the screen being viewed.
(shutdown analytics)
Stops this instance from processing further requests.
(track analytics user-id event)
(track analytics user-id event properties)
(track analytics user-id event properties options)
`track` lets you record the actions your users perform. Every action triggers what we call an “event”, which can -also have associated properties.