diff --git a/s3-client/CHANGELOG.md b/s3-client/CHANGELOG.md index ecdc85dd7..b840abd1d 100644 --- a/s3-client/CHANGELOG.md +++ b/s3-client/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.1.1](https://github.com/SocialGouv/docker/compare/s3-client@1.1.0...s3-client@1.1.1) (2023-10-06) + + +### Bug Fixes + +* **deps:** update ubuntu:22.04 docker digest to 9b8dec3 ([#1047](https://github.com/SocialGouv/docker/issues/1047)) ([9fe81f9](https://github.com/SocialGouv/docker/commit/9fe81f94834c5ad1cdc4e1e28be3cd89e32ed2da)) + + + + + # [1.1.0](https://github.com/SocialGouv/docker/compare/s3-client@1.0.6...s3-client@1.1.0) (2023-09-05) diff --git a/s3-client/package.json b/s3-client/package.json index 3d084df5e..beb6663b5 100644 --- a/s3-client/package.json +++ b/s3-client/package.json @@ -1,6 +1,6 @@ { "name": "s3-client", - "version": "1.1.0", + "version": "1.1.1", "packageManager": "yarn@3.5.1", "scripts": { "build": "docker build -t ${SG_DOCKER_IMAGE:-'socialgouv_docker_psql'} .",