From ef62c163e9213d4ed73f53f433ef98a05fc4f364 Mon Sep 17 00:00:00 2001 From: Roberto Date: Mon, 13 Feb 2023 16:25:58 +0100 Subject: [PATCH] 0.1.4: --- CHANGELOG.md | 4 ++++ lib/yabeda/cloudwatch/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf390c8..fc5517f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ 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.4 - 2023-02-13 + +- Add missing activesupport dependency. @retsef + ## 0.1.3 - 2023-02-13 - Fix wrong metric unit format in #put_metric_data. @retsef diff --git a/lib/yabeda/cloudwatch/version.rb b/lib/yabeda/cloudwatch/version.rb index d15163a..20da98d 100644 --- a/lib/yabeda/cloudwatch/version.rb +++ b/lib/yabeda/cloudwatch/version.rb @@ -2,6 +2,6 @@ module Yabeda module Cloudwatch - VERSION = '0.1.3' + VERSION = '0.1.4' end end