From 9f312f4c8ca7189e5d4afbec2f0911ade336cf2c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 10 Jul 2026 15:22:28 +0000 Subject: [PATCH] release: prepare analytics 3.2.0 --- CHANGELOG.md | 10 ++++++++++ Readme.rdoc | 2 +- lib/mixpanel-ruby/version.rb | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30fbf64a..a2bbb764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [v3.2.0](https://github.com/mixpanel/mixpanel-ruby/tree/v3.2.0) (2026-07-10) + +### Features +- add service account support ([#152](https://github.com/mixpanel/mixpanel-ruby/pull/152)) + +### Fixes +- Make local-flags polling loop shutdown promptly ([#149](https://github.com/mixpanel/mixpanel-ruby/pull/149)) + +[Full Changelog](https://github.com/mixpanel/mixpanel-ruby/compare/v3.1.0...v3.2.0) + ## [Unreleased] ### Added diff --git a/Readme.rdoc b/Readme.rdoc index 0db04b45..e485dfcf 100644 --- a/Readme.rdoc +++ b/Readme.rdoc @@ -1,6 +1,6 @@ = mixpanel-ruby: The official Mixpanel Ruby library -##### _May 13, 2026_ - [v3.1.0](https://github.com/mixpanel/mixpanel-ruby/releases/tag/v3.1.0) +##### _July 10, 2026_ - [v3.2.0](https://github.com/mixpanel/mixpanel-ruby/releases/tag/v3.2.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 db5c1138..289ba2c3 100644 --- a/lib/mixpanel-ruby/version.rb +++ b/lib/mixpanel-ruby/version.rb @@ -1,3 +1,3 @@ module Mixpanel - VERSION = '3.1.0' + VERSION = '3.2.0' end