diff --git a/.changes/0.13.0.md b/.changes/0.13.0.md new file mode 100644 index 00000000..6a2b06b7 --- /dev/null +++ b/.changes/0.13.0.md @@ -0,0 +1,15 @@ +## 0.13.0 - 2023-09-30 + +### Features + +* Only add Kana's SSL certificate to the MacOS keychain when it needs to be used. +* Adds a `trust-ssl` command for Mac to easily add the SSL cert to the Mac system Keychain + +### Bug Fixes + +* Ensure the local SSL setting is respected to load the correct URL +* Ensures the --ssl start flag is properly implemented and set. + +### Chores + +* Update project dependencies diff --git a/.changes/unreleased/Bug Fixes-20230930-150900.yaml b/.changes/unreleased/Bug Fixes-20230930-150900.yaml deleted file mode 100644 index 3bf00e8f..00000000 --- a/.changes/unreleased/Bug Fixes-20230930-150900.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Bug Fixes -body: Ensure the local SSL setting is respected to load the correct URL -time: 2023-09-30T15:09:00.884110751Z diff --git a/.changes/unreleased/Bug Fixes-20230930-171700.yaml b/.changes/unreleased/Bug Fixes-20230930-171700.yaml deleted file mode 100644 index 5f2e83e2..00000000 --- a/.changes/unreleased/Bug Fixes-20230930-171700.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Bug Fixes -body: Ensures the --ssl start flag is properly implemented and set. -time: 2023-09-30T17:17:00.56123105Z diff --git a/.changes/unreleased/Chores-20230923-153648.yaml b/.changes/unreleased/Chores-20230923-153648.yaml deleted file mode 100644 index f062eac2..00000000 --- a/.changes/unreleased/Chores-20230923-153648.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Chores -body: Update project dependencies -time: 2023-09-23T15:36:48.271302396Z diff --git a/.changes/unreleased/Features-20230930-145126.yaml b/.changes/unreleased/Features-20230930-145126.yaml deleted file mode 100644 index e94d854f..00000000 --- a/.changes/unreleased/Features-20230930-145126.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Features -body: Only add Kana's SSL certificate to the MacOS keychain when it needs to be used. -time: 2023-09-30T14:51:26.873130378Z diff --git a/.changes/unreleased/Features-20230930-155810.yaml b/.changes/unreleased/Features-20230930-155810.yaml deleted file mode 100644 index 2acbe265..00000000 --- a/.changes/unreleased/Features-20230930-155810.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Features -body: Adds a `trust-ssl` command for Mac to easily add the SSL cert to the Mac system - Keychain -time: 2023-09-30T15:58:10.31742276Z diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c9c2644..1c98803d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## 0.13.0 - 2023-09-30 + +### Features + +* Only add Kana's SSL certificate to the MacOS keychain when it needs to be used. +* Adds a `trust-ssl` command for Mac to easily add the SSL cert to the Mac system Keychain + +### Bug Fixes + +* Ensure the local SSL setting is respected to load the correct URL +* Ensures the --ssl start flag is properly implemented and set. + +### Chores + +* Update project dependencies + ## 0.12.0 - 2023-09-17 ### Features