Skip to content

Commit

Permalink
Update version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-kens committed Jun 16, 2024
1 parent 469c0a1 commit f2d9293
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.2.0] - 2024-06-16

### Security

### Changed

- Update to NodeJS v20
- Use Docker to build PDFlib and ImageProcessLib
- Move out Jimp from ImageProcessLib to a standalone lambda layer
- Move Canvas into PDFlib as it is only required by PDF.JS
- Remove Canvas lambda layer and substitute with Jimp layer
- Use OpenSearch JS library instead of elasticsearch library
- Update all package and package lock files
- Enable backlog for document processing with Textract

## [3.1.5] - 2023-11-02

### Security
Expand Down
2 changes: 1 addition & 1 deletion source/layers/core-lib/lib/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.5
3.2.0

0 comments on commit f2d9293

Please sign in to comment.