Skip to content

Commit

Permalink
updated CHANGELOG for v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bincyber committed Sep 30, 2024
1 parent 7212e37 commit a0e7708
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .changes/v1.3.0.md
Original file line number Diff line number Diff line change
@@ -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)
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit a0e7708

Please sign in to comment.