Skip to content

Commit 4731eee

Browse files
committed
1.1.0
1 parent 3a93c99 commit 4731eee

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,14 @@
22

33
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
44

5+
#### [1.1.0](https://github.com/isotoma/mysql-user-and-database-cdk/compare/1.0.1...1.1.0)
6+
7+
- Upgrade Lambda runtime from 18 to 22 [`#6`](https://github.com/isotoma/mysql-user-and-database-cdk/pull/6)
8+
59
#### [1.0.1](https://github.com/isotoma/mysql-user-and-database-cdk/compare/1.0.0...1.0.1)
610

11+
> 30 October 2024
12+
713
- Fix to handle special characters in username and database name [`#1`](https://github.com/isotoma/mysql-user-and-database-cdk/pull/1)
814

915
#### 1.0.0

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mysql-user-and-database-cdk",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "",
55
"license": "MIT",
66
"author": {

0 commit comments

Comments
 (0)