diff --git a/CHANGELOG.md b/CHANGELOG.md index cb8f5719..c3ecfeab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.3.3](https://github.com/ForestAdmin/forest-rails/compare/v9.3.2...v9.3.3) (2024-04-17) + + +### Bug Fixes + +* **mixpanel:** add import ostruct in lib/forest_liana/mixpanel_event.rb ([7b485d2](https://github.com/ForestAdmin/forest-rails/commit/7b485d266a216628ce13835a74735fcaa1bf820a)) + ## [9.3.2](https://github.com/ForestAdmin/forest-rails/compare/v9.3.1...v9.3.2) (2024-04-12) diff --git a/Gemfile.lock b/Gemfile.lock index 44c77e21..14744361 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - forest_liana (9.3.2) + forest_liana (9.3.3) arel-helpers bcrypt deepsort diff --git a/lib/forest_liana/version.rb b/lib/forest_liana/version.rb index e975d141..37495dc5 100644 --- a/lib/forest_liana/version.rb +++ b/lib/forest_liana/version.rb @@ -1,3 +1,3 @@ module ForestLiana - VERSION = "9.3.2" + VERSION = "9.3.3" end diff --git a/package.json b/package.json index d1e64f83..5d23d5a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forest-rails", - "version": "9.3.2", + "version": "9.3.3", "description": "The official Rails liana for Forest.", "directories": { "test": "test"