From c06f43036be37fbe160596610f49eaeb24accab1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Jul 2023 15:25:22 +0000 Subject: [PATCH] chore(master): release 0.6.0 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 594fffb..02971f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.6.0](https://github.com/cycneuramus/signal-aichat/compare/v0.5.1...v0.6.0) (2023-07-07) + + +### Features + +* allow specifying GPT model ([d9032d3](https://github.com/cycneuramus/signal-aichat/commit/d9032d3f9a5be694443e517bba6ec9d76f1a4702)) + + +### Bug Fixes + +* bad merge ([5c41f3b](https://github.com/cycneuramus/signal-aichat/commit/5c41f3b1f135bd68c5029bb5172488386950d24a)) +* properly initialize Bing API ([3cb37e8](https://github.com/cycneuramus/signal-aichat/commit/3cb37e86b79adaaa70c9566f38f1b8705ee20a59)) + ## [0.5.1](https://github.com/cycneuramus/signal-aichat/compare/v0.5.0...v0.5.1) (2023-05-26)