diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bee729..7ce8d1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [1.6.0] - 2021-04-30 ### Added diff --git a/setup.py b/setup.py index a4df3d0..02ea404 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='aws-quota-checker', - version='1.5.0', + version='1.6.0', description='A CLI tool that checks your AWS quota utilization', long_description=long_description, long_description_content_type='text/markdown',