From 15bc6aff2d3a65803882de6b1df03a6987b41e89 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 1 Sep 2026 17:10:47 +0000 Subject: [PATCH] release: prepare analytics 3.4.0 --- CHANGELOG.md | 7 +++++++ Readme.rdoc | 2 +- lib/mixpanel-ruby/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 859ebc8..e94ebba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [v3.4.0](https://github.com/mixpanel/mixpanel-ruby/tree/v3.4.0) (2026-09-01) + +### Features +- Implement semver and date custom ops for flags runtime props ([#171](https://github.com/mixpanel/mixpanel-ruby/pull/171)) + +[Full Changelog](https://github.com/mixpanel/mixpanel-ruby/compare/v3.3.0...v3.4.0) + ## [v3.3.0](https://github.com/mixpanel/mixpanel-ruby/tree/v3.3.0) (2026-07-24) ### Fixes diff --git a/Readme.rdoc b/Readme.rdoc index 85181da..22ca38d 100644 --- a/Readme.rdoc +++ b/Readme.rdoc @@ -1,6 +1,6 @@ = mixpanel-ruby: The official Mixpanel Ruby library -##### _July 24, 2026_ - [v3.3.0](https://github.com/mixpanel/mixpanel-ruby/releases/tag/v3.3.0) +##### _September 01, 2026_ - [v3.4.0](https://github.com/mixpanel/mixpanel-ruby/releases/tag/v3.4.0) mixpanel-ruby is a library for tracking events and sending \Mixpanel profile updates to \Mixpanel from your ruby applications. diff --git a/lib/mixpanel-ruby/version.rb b/lib/mixpanel-ruby/version.rb index e742f6a..c8df51f 100644 --- a/lib/mixpanel-ruby/version.rb +++ b/lib/mixpanel-ruby/version.rb @@ -1,3 +1,3 @@ module Mixpanel - VERSION = '3.3.0' + VERSION = '3.4.0' end