diff --git a/CHANGELOG.md b/CHANGELOG.md index 93087f91..460a4187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.2.1](https://github.com/Jnig/fastify-flux/compare/v3.2.0...v3.2.1) (2024-07-23) + + +### Bug Fixes + +* **deps:** update dependency @fastify/swagger to v8.15.0 ([b9ad507](https://github.com/Jnig/fastify-flux/commit/b9ad507ffa474a753bdd1df3dddb3656b982d7c2)) + ## [3.2.0](https://github.com/Jnig/fastify-flux/compare/v3.1.3...v3.2.0) (2024-07-19) diff --git a/package.json b/package.json index 1f77eac1..6a7cef48 100644 --- a/package.json +++ b/package.json @@ -19,5 +19,5 @@ "workspaces": [ "packages/*" ], - "version": "3.2.0" + "version": "3.2.1" }