diff --git a/CHANGELOG.md b/CHANGELOG.md index e4a32a5..9c66aff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). \ +## [0.2.4] - 2025-09-25 +\ + +### Fixed + +- Resolve Tokio runtime conflict with lazy client initialization ([1a0eeed](https://github.com/ahonn/tauri-plugin-posthog/commit/1a0eeedb0be1f0eee0457579ea6260b402ccb677)) +\n ## [0.2.3] - 2025-09-24 \ diff --git a/Cargo.toml b/Cargo.toml index 18913b8..4db7d1b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tauri-plugin-posthog" -version = "0.2.3" +version = "0.2.4" authors = [ "ahonn" ] description = "A Tauri v2 plugin for integrating PostHog analytics into your Tauri applications" license = "MIT"