From 6da7a637d3ddb78a7c37f8076f28583c0049de8c Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Tue, 20 Sep 2022 15:26:48 +0200 Subject: [PATCH] release 1.2.1 --- CHANGELOG.md | 5 +++-- metadata.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5285408..68ca955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [v1.2.1] ### Fixed * Fix module dependencies @@ -28,6 +28,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## v1.0.0 Initial release -[Unreleased]: https://github.com/markt-de/puppet-async_profiler/compare/v1.2.0...HEAD +[Unreleased]: https://github.com/markt-de/puppet-async_profiler/compare/v1.2.1...HEAD +[v1.2.1]: https://github.com/markt-de/puppet-async_profiler/compare/v1.2.0...v1.2.1 [v1.2.0]: https://github.com/markt-de/puppet-async_profiler/compare/v1.1.0...v1.2.0 [v1.1.0]: https://github.com/markt-de/puppet-async_profiler/compare/v1.0.0...v1.1.0 diff --git a/metadata.json b/metadata.json index 0088504..cb09b29 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "fraenki-async_profiler", - "version": "1.2.0", + "version": "1.2.1", "author": "markt.de", "summary": "Setup a low overhead sampling profiler for Java", "license": "BSD-2-Clause",