From 4da06bf43d6b2be1f900244d6f19dbfbbf457ec5 Mon Sep 17 00:00:00 2001 From: nr-developer-toolkit <62031461+nr-developer-toolkit@users.noreply.github.com> Date: Thu, 30 Jun 2022 14:09:38 +0000 Subject: [PATCH] chore(release): release v0.10.296 --- CHANGELOG.md | 7 +++++-- internal/version/version.go | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b520720..be851ea7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ + +## [v0.10.296] - 0001-01-01 -## [v0.10.295] - 0001-01-01 +## [v0.10.295] - 2022-06-30 ## [v0.10.294] - 2022-06-30 @@ -776,7 +778,8 @@ - **generator:** introduce a generator concept - **tutone:** default path for tutone config file -[Unreleased]: https://github.com/newrelic/tutone/compare/v0.10.295...HEAD +[Unreleased]: https://github.com/newrelic/tutone/compare/v0.10.296...HEAD +[v0.10.296]: https://github.com/newrelic/tutone/compare/v0.10.295...v0.10.296 [v0.10.295]: https://github.com/newrelic/tutone/compare/v0.10.294...v0.10.295 [v0.10.294]: https://github.com/newrelic/tutone/compare/v0.10.293...v0.10.294 [v0.10.293]: https://github.com/newrelic/tutone/compare/v0.10.292...v0.10.293 diff --git a/internal/version/version.go b/internal/version/version.go index 49ccb93f..d4592220 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -2,4 +2,4 @@ package version // Version of this library -const Version string = "0.10.295" +const Version string = "0.10.296"