Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(CHANGELOG): add changes for v6.10.x #430

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,19 @@ This issue has been resolved and the service can now properly start, creating th
- updated `@fastify/mongodb` to v8.0.0
- updated `@fastify/multipart` to v8.0.0

## 6.10.4 - 2024-12-13

### CI

- added step for generating SBOM (Software Bill of Materials)
- added step for scanning the built image

## 6.10.3 - 2024-06-06

### Changed

- downgrade debian image to bullseye, aligning the behavior of the service with that prior to v6.10.1.

## 6.10.2 - 2024-06-06

### Changed
Expand All @@ -138,8 +151,9 @@ This issue has been resolved and the service can now properly start, creating th

## 6.10.1 - 2024-05-17

- fixed projection example in json schema generator
### Fixed

- fixed projection example in json schema generator

## 6.10.0 - 2024-02-01

Expand Down
Loading