Skip to content

Commit 104b9fb

Browse files
committed
Bump version and update release notes.
1 parent 98e44dc commit 104b9fb

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

RELEASENOTES.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
21
# Release History
32

3+
### v1.1.7 [2024-02-01]
4+
5+
- Fixes;
6+
- [Does not support "last Wednesday of the month" syntax](https://github.com/grumBit/aws_cron_expression_validator/issues/12)
7+
- [Does not support lists that include slashes](https://github.com/grumBit/aws_cron_expression_validator/issues/13)
8+
49
### v1.1.6 [2023-05-17]
510

611
- New;
@@ -19,7 +24,7 @@
1924
### v1.0.10 to v1.0.11 [2023-03-07]
2025

2126
- New;
22-
- Adds community standards documentation suggested by GitHub. _No functional changes_
27+
- Adds community standards documentation suggested by GitHub. _No functional changes_
2328

2429
### v1.0.9 [2023-03-07]
2530

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "aws_cron_expression_validator"
7-
version = "1.1.6"
7+
version = "1.1.7"
88
authors = [
99
{ name="Graham Coster", email="bitjugglers@gmail.com" },
1010
]

0 commit comments

Comments
 (0)