diff --git a/greenmask/CHANGELOG.md b/greenmask/CHANGELOG.md index 2fc221cb2..afcf1392d 100644 --- a/greenmask/CHANGELOG.md +++ b/greenmask/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.2](https://github.com/SocialGouv/docker/compare/greenmask@1.1.1...greenmask@1.1.2) (2024-06-04) + + +### Bug Fixes + +* add s3 lib to greenmask ([2725051](https://github.com/SocialGouv/docker/commit/2725051f820b580a6917c970613f7d644ac0b5b7)) + + + + + ## [1.1.1](https://github.com/SocialGouv/docker/compare/greenmask@1.1.0...greenmask@1.1.1) (2024-05-31) diff --git a/greenmask/package.json b/greenmask/package.json index f2cc425a0..4b95a318e 100644 --- a/greenmask/package.json +++ b/greenmask/package.json @@ -1,6 +1,6 @@ { "name": "greenmask", - "version": "1.1.1", + "version": "1.1.2", "packageManager": "yarn@3.5.1", "scripts": { "build": "docker build -t ${SG_DOCKER_IMAGE:-'socialgouv_docker_greenmask'} .",