Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Jul 28, 2022
1 parent 08325bf commit 207180b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## 2.2.0 (2022-07-28)
* Action Update 2022-02
* Action Update 2022-03
* Action Update 2022-04
* Action Update 2022-05
* Action Update 2022-06
* Action Update 2022-07
* Action Update 2022-08
* Action Update 2022-09
* Action Update 2022-10
* Action Update 2022-11
* Action Update 2022-12
* Action Update 2022-13
* Fix scrape breakage by mapping "Amazon Pinpoint SMS Voice V2" to "sms-voice"
* Action Update 2022-16
* Action Update 2022-18
* Action Update 2022-19
* Action Update 2022-20
* Action Update 2022-21
* Action Update 2022-22
* Action Update 2022-23
* Action Update 2022-24
* Action Update 2022-25
* Action Update 2022-26
* Action Update 2022-27
* Action Update 2022-28
* Action Update 2022-29
* Action Update 2022-30

## 2.1.0 (2022-01-01)
* Update base url used by scraper
* Make scraper resilient to base url changes
Expand Down
2 changes: 1 addition & 1 deletion awacs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import types
from typing import Any, KeysView, NoReturn, Optional, TypeVar, Union

__version__ = "2.1.0"
__version__ = "2.2.0"

valid_names = re.compile(r"^[a-zA-Z0-9]+$")

Expand Down

0 comments on commit 207180b

Please sign in to comment.