From e6e1b1e348a67e69c1da2c39d475accbb1cb8035 Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Sat, 19 Oct 2024 11:20:55 +0000 Subject: [PATCH] chore(release): prepare for 0.1.2 --- CHANGELOG.md | 56 +++++++++++++++++++++++++++++++--------------------- 1 file changed, 34 insertions(+), 22 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6148a8c..eb7e65a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.1.2] - 2024-10-19 + +### 🐛 Bug Fixes + +- *(deps)* Update dependency cookie-parser to v1.4.7 +- *(deps)* Update dependency express to v4.21.1 + +### ⚙️ Miscellaneous Tasks + +- Update Dockerfile to remove warnings +- Support issuer in openid-configuration + ## [0.1.1] - 2024-10-05 ### 🐛 Bug Fixes @@ -112,14 +124,14 @@ All notable changes to this project will be documented in this file. - Make sure thumbPrint is a string +### 💼 Other + +- *(deps)* Bump express from 4.17.3 to 4.18.0 + ### ⚙️ Miscellaneous Tasks - Format code -### Chore - -- *(deps)* Bump express from 4.17.3 to 4.18.0 - ## [0.0.5] - 2022-04-26 ### 🐛 Bug Fixes @@ -140,14 +152,14 @@ All notable changes to this project will be documented in this file. ## [0.0.2] - 2022-04-25 +### 💼 Other + +- *(deps)* Bump node from 17 to 18 + ### ⚙️ Miscellaneous Tasks - Change admin-handling -### Chore - -- *(deps)* Bump node from 17 to 18 - ## [0.0.1] - 2022-04-19 ### 🚀 Features @@ -164,20 +176,7 @@ All notable changes to this project will be documented in this file. - Package.json & yarn.lock to reduce vulnerabilities - Pipeline -### ⚙️ Miscellaneous Tasks - -- Add triggering of acctest -- Add artifacts -- Update to latest build-tools -- Update to latest build-tools -- Add ingress -- Add CI workflows -- Use buildtools version from env -- Add dependabot config -- Remove dependabot-standalone -- Cleanup and remove acctest triggering - -### Chore +### 💼 Other - *(deps)* Bump nodemon from 2.0.14 to 2.0.15 - *(deps)* Bump cookie-parser from 1.4.5 to 1.4.6 @@ -196,4 +195,17 @@ All notable changes to this project will be documented in this file. - *(deps)* Bump node-forge from 1.3.0 to 1.3.1 - *(deps)* Bump body-parser from 1.19.2 to 1.20.0 +### ⚙️ Miscellaneous Tasks + +- Add triggering of acctest +- Add artifacts +- Update to latest build-tools +- Update to latest build-tools +- Add ingress +- Add CI workflows +- Use buildtools version from env +- Add dependabot config +- Remove dependabot-standalone +- Cleanup and remove acctest triggering +