diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f07582..541ccf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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). +## [v1.3.0] + +### Added +* Add basic unit/acceptance tests +* Enable GitHub Actions + +### Changed +* Update module dependencies and OS support + +### Fixed +* Fix compatibility with puppetlabs/stdlib v9.0.0 + ## [v1.2.1] ### Fixed @@ -25,7 +37,8 @@ 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.1...HEAD +[Unreleased]: https://github.com/markt-de/puppet-async_profiler/compare/v1.3.0...HEAD +[v1.3.0]: https://github.com/markt-de/puppet-async_profiler/compare/v1.2.1...v1.3.0 [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/README.md b/README.md index 1cf6385..757ad5e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # puppet-async_profiler +[![Build Status](https://github.com/markt-de/puppet-async_profiler/actions/workflows/ci.yaml/badge.svg)](https://github.com/markt-de/puppet-async_profiler/actions/workflows/ci.yaml) +[![Puppet Forge](https://img.shields.io/puppetforge/v/markt/async_profiler.svg)](https://forge.puppetlabs.com/markt/async_profiler) +[![Puppet Forge](https://img.shields.io/puppetforge/f/markt/async_profiler.svg)](https://forge.puppetlabs.com/markt/async_profiler) ## Table of Contents diff --git a/metadata.json b/metadata.json index b78c27c..0d28091 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "markt-async_profiler", - "version": "1.2.1", + "version": "1.3.0", "author": "markt.de", "summary": "Setup a low overhead sampling profiler for Java", "license": "BSD-2-Clause",