From 6bd83443668d1808f1f4f5ada5ed221fc88a024c Mon Sep 17 00:00:00 2001 From: Oli <9512444+olimorris@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:18:42 +0100 Subject: [PATCH] chore(main): release 8.1.0 (#307) --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b692f718..37b311f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [8.1.0](https://github.com/olimorris/codecompanion.nvim/compare/v8.0.1...v8.1.0) (2024-10-08) + + +### Features + +* `:CodeCompanion` can now show sub commands ([06d01fa](https://github.com/olimorris/codecompanion.nvim/commit/06d01fac5553561f5b450f292462abc501f9fc05)) + + +### Bug Fixes + +* [#299](https://github.com/olimorris/codecompanion.nvim/issues/299) switching adapters in chat buffer ([bb14105](https://github.com/olimorris/codecompanion.nvim/commit/bb14105df0485e40e646185148578a1458553bc0)) + ## [8.0.1](https://github.com/olimorris/codecompanion.nvim/compare/v8.0.0...v8.0.1) (2024-10-08)