Skip to content

Commit c4f8bf5

Browse files
authored
Merge pull request #10 from grumBit/add-dates-to-release-notes
Add dates to release notes
2 parents 441c642 + cb57cbb commit c4f8bf5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

RELEASENOTES.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11

22
# Release History
33

4-
## v1.1.4
4+
### v1.1.6 [2023-05-17]
55

66
- New;
77
- Add these project release notes
88

9-
## v1.1.3
9+
### v1.1.3 [2023-05-17]
1010

1111
- Fixes;
1212
- [Year checking is incorrectly allowing ? and L](https://github.com/grumBit/aws_cron_expression_validator/issues/7)
1313

14-
## v1.1.2
14+
### v1.1.2 [2023-05-15]
1515

1616
- Fixes;
1717
- [It should be possible to precede a slash with a range](https://github.com/grumBit/aws_cron_expression_validator/issues/6#issuecomment-1547031279)
1818

19-
## v1.0.10 to v1.0.11
19+
### v1.0.10 to v1.0.11 [2023-03-07]
2020

2121
- New;
2222
- Adds community standards documentation suggested by GitHub. _No functional changes_
2323

24-
## v1.0.9
24+
### v1.0.9 [2023-03-07]
2525

2626
- Fixes;
2727
- [Address security alert from dependabot regarding a ReDoS vulnerability](https://github.com/grumBit/aws_cron_expression_validator/pull/4) in svnurl.py when running unit tests. _NB: The vulnerability only related to unit testing. The aws-cron-expression-validator package itself was not impacted._
2828

29-
## v1.0.8
29+
### v1.0.8 [2022-10-08]
3030

3131
- New;
3232
- Adds exceptions for each field (e.g. `AWSCronExpressionMinuteError`).
3333

34-
## v1.0.7
34+
### v1.0.7 [2023-03-04]
3535

3636
- New;
3737
- [Relaxes Python language dependency from v3.9 to v3.7](https://github.com/grumBit/aws_cron_expression_validator/issues/1#issuecomment-1265588982). _No functional changes_
3838

39-
## v1.0.6
39+
### v1.0.6 [2023-09-29]
4040

4141
- Fixes;
4242
- [Cron does not correctly validate CloudWatch expressions where the minutes field contains a /](https://github.com/grumBit/aws_cron_expression_validator/issues/1)
4343

44-
## v1.0.0 to v1.0.5
44+
### v1.0.0 to v1.0.4 [2023-09-10]
4545

4646
- Internal non-functional changes;
4747
- Relax Python language dependency from v3.9 to v3.7.

0 commit comments

Comments
 (0)