Skip to content

Commit

Permalink
Release 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Dec 22, 2023
1 parent f2ff421 commit d571c00
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,21 @@
## 2.4.1 (2023-12-22)
* Action Update 2023-34
* Action Update 2023-35
* Action Update 2023-36
* Action Update 2023-37
* Action Update 2023-38
* Action Update 2023-39
* Action Update 2023-40
* Action Update 2023-41
* Action Update 2023-42
* Action Update 2023-43
* Action Update 2023-44
* Action Update 2023-45
* Action Update 2023-46
* Action Update 2023-47
* Fix scraper by adding new service name alias
* Action Update 2023-51

## 2.4.0 (2023-08-13)
* Action Update 2022-49
* Action Update 2022-50
Expand Down
2 changes: 1 addition & 1 deletion awacs/__init__.py
Expand Up @@ -9,7 +9,7 @@
import types
from typing import Any, KeysView, NoReturn, Optional, TypeVar, Union

__version__ = "2.4.0"
__version__ = "2.4.1"

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

Expand Down

0 comments on commit d571c00

Please sign in to comment.