From 549c36362cd97423c0adc1718d30e61609210cf9 Mon Sep 17 00:00:00 2001 From: shimms <1013281+shimms@users.noreply.github.com> Date: Wed, 6 Jul 2022 09:58:30 +1000 Subject: [PATCH] chore: bump version to 5.4.0 and update changelog --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index de29729..436cca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +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). +## [v5.4.0](2022-07-06) +### Fixed +- region is no longer hard coded to `us-east-1` (thanks @Danwakeem) +- updated documentation to reflect changes to `provider.name` sturcture (thanks @tnation14) + ## [v5.3.1](2022-05-16) ### Fixed - using `-m` when there's no missing secrets doesn't crash anymore diff --git a/package.json b/package.json index 8cef54d..29c3f95 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oprah", - "version": "5.3.1", + "version": "5.4.0", "description": "Package to deploy parameters to AWS", "repository": "https://github.com/ACloudGuru/oprah.git", "author": "subash adhikari ",