Skip to content

Commit 207180b

Browse files
committed
Release 2.2.0
1 parent 08325bf commit 207180b

2 files changed

Lines changed: 30 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## 2.2.0 (2022-07-28)
2+
* Action Update 2022-02
3+
* Action Update 2022-03
4+
* Action Update 2022-04
5+
* Action Update 2022-05
6+
* Action Update 2022-06
7+
* Action Update 2022-07
8+
* Action Update 2022-08
9+
* Action Update 2022-09
10+
* Action Update 2022-10
11+
* Action Update 2022-11
12+
* Action Update 2022-12
13+
* Action Update 2022-13
14+
* Fix scrape breakage by mapping "Amazon Pinpoint SMS Voice V2" to "sms-voice"
15+
* Action Update 2022-16
16+
* Action Update 2022-18
17+
* Action Update 2022-19
18+
* Action Update 2022-20
19+
* Action Update 2022-21
20+
* Action Update 2022-22
21+
* Action Update 2022-23
22+
* Action Update 2022-24
23+
* Action Update 2022-25
24+
* Action Update 2022-26
25+
* Action Update 2022-27
26+
* Action Update 2022-28
27+
* Action Update 2022-29
28+
* Action Update 2022-30
29+
130
## 2.1.0 (2022-01-01)
231
* Update base url used by scraper
332
* Make scraper resilient to base url changes

awacs/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import types
1010
from typing import Any, KeysView, NoReturn, Optional, TypeVar, Union
1111

12-
__version__ = "2.1.0"
12+
__version__ = "2.2.0"
1313

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

0 commit comments

Comments
 (0)