From 9e0b91f15c63e0b3d04500401b68e0aa8e8feb42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcus=20P=C3=B6hls?= Date: Fri, 26 Aug 2022 15:49:33 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0c53c2..af8f98d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,12 @@ # Changelog -## [1.8.0](https://github.com/superchargejs/mongodb-github-action/compare/v1.7.0...v1.8.0) - 2022-0x-xx +## [1.8.0](https://github.com/superchargejs/mongodb-github-action/compare/v1.7.0...v1.8.0) - 2022-08-26 + +### Added +- support MongoDB 6.x. Thanks to [Evandro aka ecarruda](https://github.com/ecarruda)! +- use `mongo` for MongoDB 4.x release line +- use `mongosh` for MongoDB 5.x and 6.x release lines ### Updated - bump dependencies