From e0b380ce9dcd96a9ed978adaac4f240b0548da56 Mon Sep 17 00:00:00 2001 From: "evgeny.iva" Date: Mon, 19 Aug 2024 15:35:27 +0300 Subject: [PATCH] fix changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f4a33d..9d896e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 1. Added the ability to explicitly specify the uuid for capturing events. If uuid is not specified, Posthog will calculate it automatically (suitable for most cases). 2. Removed unused config function `uid()`. +## 1.2.18 + +* [Full Changelog](https://github.com/PostHog/posthog-go/compare/v1.2.17...v1.2.18) + +## 1.2.17 + +* [Full Changelog](https://github.com/PostHog/posthog-go/compare/v1.2.16...v1.2.17) + ## 1.2.16 * [Full Changelog](https://github.com/PostHog/posthog-go/compare/v1.2.15...v1.2.16)