diff --git a/CHANGELOG.md b/CHANGELOG.md index beca336..bf390c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ 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). -## 0.1.12- 2023-01-31 +## 0.1.3 - 2023-02-13 + +- Fix wrong metric unit format in #put_metric_data. @retsef + +## 0.1.2 - 2023-01-31 - Improve specs. @retsef - Update cloudwatch adapter to send string :namespace and :metric_name instead of symbol. @retsef diff --git a/lib/yabeda/cloudwatch/version.rb b/lib/yabeda/cloudwatch/version.rb index 5508315..d15163a 100644 --- a/lib/yabeda/cloudwatch/version.rb +++ b/lib/yabeda/cloudwatch/version.rb @@ -2,6 +2,6 @@ module Yabeda module Cloudwatch - VERSION = '0.1.2' + VERSION = '0.1.3' end end