diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ce95447..40836c5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,3 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.1.0] - 2024-05-24 + +## Added + +- Coming Soon page (#67) +- Impress, project to manage your documents easily and collaboratively. + + +[unreleased]: https://github.com/numerique-gouv/impress/compare/v0.1.0...main +[0.1.0]: https://github.com/numerique-gouv/impress/releases/v0.1.0 \ No newline at end of file diff --git a/src/helm/env.d/production/values.impress.yaml.gotmpl b/src/helm/env.d/production/values.impress.yaml.gotmpl index b9c83f9f..e03a9f95 100644 --- a/src/helm/env.d/production/values.impress.yaml.gotmpl +++ b/src/helm/env.d/production/values.impress.yaml.gotmpl @@ -1,7 +1,7 @@ image: repository: lasuite/impress-backend pullPolicy: Always - tag: "main" + tag: "v0.1.0" backend: migrateJobAnnotations: @@ -115,13 +115,13 @@ frontend: image: repository: lasuite/impress-frontend pullPolicy: Always - tag: "main" + tag: "v0.1.0" webrtc: image: repository: lasuite/impress-y-webrtc-signaling pullPolicy: Always - tag: "main" + tag: "v0.1.0" ingress: enabled: true diff --git a/src/mail/package.json b/src/mail/package.json index 94375280..b4a05c21 100644 --- a/src/mail/package.json +++ b/src/mail/package.json @@ -1,6 +1,6 @@ { "name": "mail_mjml", - "version": "1.1.0", + "version": "0.1.0", "description": "An util to generate html and text django's templates from mjml templates", "type": "module", "dependencies": { diff --git a/src/tsclient/package.json b/src/tsclient/package.json index a6171c3b..7b76906f 100644 --- a/src/tsclient/package.json +++ b/src/tsclient/package.json @@ -1,6 +1,6 @@ { "name": "impress-openapi-client-ts", - "version": "1.1.0", + "version": "0.1.0", "private": true, "description": "Tool to generate Typescript API client for the impress application.", "scripts": {