Skip to content

Commit

Permalink
Merge pull request #565 from aws-solutions/release-candidate/v3.0.3
Browse files Browse the repository at this point in the history
release v3.0.3
  • Loading branch information
abewub authored Jul 31, 2024
2 parents 73fa071 + 58b6b8c commit 0b0a1aa
Show file tree
Hide file tree
Showing 11 changed files with 1,460 additions and 1,582 deletions.
10 changes: 5 additions & 5 deletions .projen/deps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
import { PythonProject } from "projen/lib/python";

function main() {
new InstanceScheduler({ version: "3.0.2", cdkVersion: "2.130.0" }).synth();
new InstanceScheduler({ version: "3.0.3", cdkVersion: "2.150.0" }).synth();
}

interface InstanceSchedulerProps {
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.

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

## [3.0.3] -- 2024-07-31

### Security
- Upgrade fast-xml-parser to mitigate CVE-2024-41818

## [3.0.2] -- 2024-07-24

### Fixed
Expand Down
Loading

0 comments on commit 0b0a1aa

Please sign in to comment.