From c030b2b2d146d7b47dd84ad6a355a236a2acfbcf Mon Sep 17 00:00:00 2001 From: Max Brenner Date: Mon, 10 Jan 2022 20:02:12 +0100 Subject: [PATCH] release v1.11.0 --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 416c170..7d6e6a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [1.11.0] - 2022-01-10 + +### Changed + +- improve EBS snapshot count check by using paginated requests + ## [1.10.0] - 2022-01-06 ### Added diff --git a/setup.py b/setup.py index 7957884..3bd01ea 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='aws-quota-checker', - version='1.10.0', + version='1.11.0', description='A CLI tool that checks your AWS quota utilization', long_description=long_description, long_description_content_type='text/markdown',