Skip to content

Commit 0b0a1aa

Browse files
authored
Merge pull request #565 from aws-solutions/release-candidate/v3.0.3
release v3.0.3
2 parents 73fa071 + 58b6b8c commit 0b0a1aa

File tree

11 files changed

+1460
-1582
lines changed

11 files changed

+1460
-1582
lines changed

.projen/deps.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
import { PythonProject } from "projen/lib/python";
1717

1818
function main() {
19-
new InstanceScheduler({ version: "3.0.2", cdkVersion: "2.130.0" }).synth();
19+
new InstanceScheduler({ version: "3.0.3", cdkVersion: "2.150.0" }).synth();
2020
}
2121

2222
interface InstanceSchedulerProps {

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [3.0.3] -- 2024-07-31
8+
9+
### Security
10+
- Upgrade fast-xml-parser to mitigate CVE-2024-41818
11+
712
## [3.0.2] -- 2024-07-24
813

914
### Fixed

0 commit comments

Comments
 (0)