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