From 1da005d0299b5066495a0db08e8d6352eb14738a Mon Sep 17 00:00:00 2001 From: Matt Klich Date: Mon, 7 Feb 2022 11:29:15 -0700 Subject: [PATCH] Apply release/version patch --- .bumpversion.cfg | 2 +- CHANGELOG.md | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b1d0534..13dcbf5 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 6.0.0 +current_version = 6.1.0 commit = True message = Bumps version to {new_version} tag = False diff --git a/CHANGELOG.md b/CHANGELOG.md index b6d05ff..d77202e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +### 6.1.0 + +** Released**: 2021.02.05 + +**Commit Delta**: [Change from 6.0.0 release](https://github.com/plus3it/terraform-aws-tardigrade-vpc-endpoints/compare/6.0.0...6.1.0) + +**Summary**: + +* Adds `route_table_ids` to create route entries for Gateway endpoint services + ### 4.0.1 ** Released**: 2020.04.10