From a0e7708a8314ffb791a45b2fedd40fee433607c3 Mon Sep 17 00:00:00 2001 From: Ali Date: Mon, 30 Sep 2024 10:14:53 +0400 Subject: [PATCH] updated CHANGELOG for v1.3.0 --- .changes/v1.3.0.md | 10 ++++++++++ CHANGELOG.md | 12 +++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 .changes/v1.3.0.md diff --git a/.changes/v1.3.0.md b/.changes/v1.3.0.md new file mode 100644 index 0000000..10d1a0d --- /dev/null +++ b/.changes/v1.3.0.md @@ -0,0 +1,10 @@ +## v1.3.0 - 2024-09-30 + +### Added +* Added user option to match only with others of the same gender - [#34](https://github.com/chat-roulettte/chat-roulette/pull/34) +* Bot will notify participants who did not get matched - [#35](https://github.com/chat-roulettte/chat-roulette/pull/35) + +### Changed +* The first round of Chat Roulette will not begin until the user who invites the bot to the channel completes onboarding - [#41](https://github.com/chat-roulettte/chat-roulette/pull/41) +* `Physical` connection mode renamed to `In Person` in the UI - [#45](https://github.com/chat-roulettte/chat-roulette/pull/45) +* Various enhancements to bot messages - [#46](https://github.com/chat-roulettte/chat-roulette/pull/46) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9cc695..9a0de4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie). +## v1.3.0 - 2024-09-30 + +### Added +* Added user option to match only with others of the same gender - [#34](https://github.com/chat-roulettte/chat-roulette/pull/34) +* Bot will notify participants who did not get matched - [#35](https://github.com/chat-roulettte/chat-roulette/pull/35) + +### Changed +* The first round of Chat Roulette will not begin until the user who invites the bot to the channel completes onboarding - [#41](https://github.com/chat-roulettte/chat-roulette/pull/41) +* `Physical` connection mode renamed to `In Person` in the UI - [#45](https://github.com/chat-roulettte/chat-roulette/pull/45) +* Various enhancements to bot messages - [#46](https://github.com/chat-roulettte/chat-roulette/pull/46) + ## v1.2.0 - 2024-08-24 ### Fixed @@ -34,6 +45,5 @@ and is generated by [Changie](https://github.com/miniscruff/changie). * Updated LinkedIn regex to allow country subdomains - [#6](https://github.com/chat-roulettte/chat-roulette/pull/6) ## v1.0.0 - 2022-11-21 - ### Added * initial project release \ No newline at end of file