diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9a49d81eb8..73937d6454 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.95.3" + ".": "4.95.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index db28a560bc..e765f60a75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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). +## [4.95.4](https://github.com/cloudquery/plugin-sdk/compare/v4.95.3...v4.95.4) (2026-06-13) + + +### Bug Fixes + +* **deps:** Update aws-sdk-go-v2 monorepo ([#2521](https://github.com/cloudquery/plugin-sdk/issues/2521)) ([cc5ce53](https://github.com/cloudquery/plugin-sdk/commit/cc5ce53aefbcecfe600fd08871cc4c929dfc155f)) + ## [4.95.3](https://github.com/cloudquery/plugin-sdk/compare/v4.95.2...v4.95.3) (2026-06-12)