Skip to content

Commit

Permalink
AT-10925: Fix test and update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rddimon committed Dec 15, 2023
1 parent b6c9fbe commit 07e2fed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [5.0.0] - 2023-12-15

### Changed

- Moved from AWS SDK V1 to AWS SDK V3
- Speed up VPC config setup by caching

## [4.1.0] - 2023-03-09

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ npm install .
When deploying run:

```
serverless deploy --env 'VPC Name'
serverless deploy
```

And that should be it! Good Luck!
Expand Down

0 comments on commit 07e2fed

Please sign in to comment.