diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ed780..f2a8ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ 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). +## [1.1.0] - 2023-06-20 + ## [1.1.0-rc.0] - 2023-06-09 ### Changed - Use node:16-bullseye as js builder. diff --git a/package.json b/package.json index 544042e..3844862 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astarte-appengine-datasource", - "version": "1.1.0-rc.0", + "version": "1.1.0", "description": "Astarte Data Source for Grafana.", "scripts": { "build": "grafana-toolkit plugin:build",