diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d67c378..5673791d 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. +## [1.1.1](https://github.com/graasp/graasp-library/compare/v1.1.0...v1.1.1) (2023-11-24) + + +### Bug Fixes + +* update task def for aws prod env ([#444](https://github.com/graasp/graasp-library/issues/444)) ([85d200e](https://github.com/graasp/graasp-library/commit/85d200e0311e1396d17e97d65ce3c621660fba7f)) + ## [1.1.0](https://github.com/graasp/graasp-library/compare/v1.0.0...v1.1.0) (2023-11-16) diff --git a/package.json b/package.json index 5f2662e0..95f209fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graasp-library", - "version": "1.1.0", + "version": "1.1.1", "license": "AGPL-3.0-only", "scripts": { "start": "next dev -p 3005",