From e298d1aab16ffdee430611fc3cb23a7d77a8e433 Mon Sep 17 00:00:00 2001 From: rmi22186 <5377436+rmi22186@users.noreply.github.com> Date: Wed, 18 Mar 2026 21:25:49 +0000 Subject: [PATCH 1/2] chore: prepare release 2.7.0 --- CHANGELOG.md | 5 ++++- VERSION | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8674353..cad7c04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.7.0] - 2026-03-18 + ## [2.7.0] - 2026-03-17 ### Added @@ -71,7 +73,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Don't remove attributes when value is set to null -[Unreleased]: https://github.com/mParticle/mparticle-java-events-sdk/compare/v2.7.0...HEAD +[unreleased]: https://github.com/mParticle/mparticle-java-events-sdk/compare/2.7.0...HEAD +[2.7.0]: https://github.com/mParticle/mparticle-java-events-sdk/compare/v2.7.0...2.7.0 [2.7.0]: https://github.com/mParticle/mparticle-java-events-sdk/compare/v2.6.0...v2.7.0 [2.6.0]: https://github.com/mParticle/mparticle-java-events-sdk/compare/v2.5.4...v2.6.0 [2.5.4]: https://github.com/mParticle/mparticle-java-events-sdk/compare/v2.5.3...v2.5.4 diff --git a/VERSION b/VERSION index e70b452..24ba9a3 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.6.0 +2.7.0 From 98c17e2d96a7d472ad042bf0750c89cf5130fe4c Mon Sep 17 00:00:00 2001 From: Robert Ing Date: Wed, 18 Mar 2026 17:26:44 -0400 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cad7c04..03f051d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,6 @@ 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). -## [Unreleased] - -## [2.7.0] - 2026-03-18 - ## [2.7.0] - 2026-03-17 ### Added @@ -73,8 +69,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Don't remove attributes when value is set to null -[unreleased]: https://github.com/mParticle/mparticle-java-events-sdk/compare/2.7.0...HEAD -[2.7.0]: https://github.com/mParticle/mparticle-java-events-sdk/compare/v2.7.0...2.7.0 [2.7.0]: https://github.com/mParticle/mparticle-java-events-sdk/compare/v2.6.0...v2.7.0 [2.6.0]: https://github.com/mParticle/mparticle-java-events-sdk/compare/v2.5.4...v2.6.0 [2.5.4]: https://github.com/mParticle/mparticle-java-events-sdk/compare/v2.5.3...v2.5.4