From 6687908219da559c01232db0267862a3b80d8559 Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Thu, 20 Jun 2024 11:05:47 +0200 Subject: [PATCH] Release 14.1.0 --- CHANGELOG.md | 8 ++++++++ metadata.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a998a6d5..a53813bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. +## [v14.1.0](https://github.com/voxpupuli/puppet-grafana/tree/v14.1.0) (2024-06-20) + +[Full Changelog](https://github.com/voxpupuli/puppet-grafana/compare/v14.0.0...v14.1.0) + +**Implemented enhancements:** + +- Add fact to get grafana version [\#367](https://github.com/voxpupuli/puppet-grafana/pull/367) ([rwaffen](https://github.com/rwaffen)) + ## [v14.0.0](https://github.com/voxpupuli/puppet-grafana/tree/v14.0.0) (2024-06-14) [Full Changelog](https://github.com/voxpupuli/puppet-grafana/compare/v13.2.0...v14.0.0) diff --git a/metadata.json b/metadata.json index 7e2f39ed..29782b59 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-grafana", - "version": "14.0.1-rc0", + "version": "14.1.0", "author": "Vox Pupuli", "summary": "This module provides Grafana, a dashboard and graph editor for Graphite and InfluxDB.", "license": "Apache-2.0",