Skip to content

Commit 9788255

Browse files
committed
Generated CHANGELOG for v1.5.0 release
1 parent 024ae5c commit 9788255

File tree

4 files changed

+25
-0
lines changed

4 files changed

+25
-0
lines changed

.changes/v1.0.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
## v1.0.0 - 2022-11-21
2+
23
### Added
34
* initial project release

.changes/v1.0.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
## v1.0.1 - 2022-12-09
2+
23
### Fixed
34
* Removed usage of safehtml to fix History page - [#4](https://github.com/chat-roulettte/chat-roulette/pull/4)
45
* Updated LinkedIn regex to allow country subdomains - [#6](https://github.com/chat-roulettte/chat-roulette/pull/6)

.changes/v1.5.0.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## v1.5.0 - 2024-10-27
2+
3+
### Added
4+
* Volunteer a participant to kickstart the conversation - [#63](https://github.com/chat-roulettte/chat-roulette/pull/63)
5+
* Send a report of match stats at the start of the round to the Chat Roulette channel & admin - [#65](https://github.com/chat-roulettte/chat-roulette/pull/65)
6+
7+
### Changed
8+
* Removed queueing unnecessary `ADD_MEMBER` job for the Chat Roulette bot - [#64](https://github.com/chat-roulettte/chat-roulette/pull/64)
9+
* Greeting messages will include a link to App Home - [#66](https://github.com/chat-roulettte/chat-roulette/pull/66)
10+
* Refactored start of round report - [#67](https://github.com/chat-roulettte/chat-roulette/pull/67)

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

8+
## v1.5.0 - 2024-10-27
9+
10+
### Added
11+
* Volunteer a participant to kickstart the conversation - [#63](https://github.com/chat-roulettte/chat-roulette/pull/63)
12+
* Send a report of match stats at the start of the round to the Chat Roulette channel & admin - [#65](https://github.com/chat-roulettte/chat-roulette/pull/65)
13+
14+
### Changed
15+
* Removed queueing unnecessary `ADD_MEMBER` job for the Chat Roulette bot - [#64](https://github.com/chat-roulettte/chat-roulette/pull/64)
16+
* Greeting messages will include a link to App Home - [#66](https://github.com/chat-roulettte/chat-roulette/pull/66)
17+
* Refactored start of round report - [#67](https://github.com/chat-roulettte/chat-roulette/pull/67)
18+
819
## v1.4.0 - 2024-10-17
920

1021
### Added
@@ -23,6 +34,7 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
2334
### Fixed
2435
* Twitter social links now allow x.com domain - [#52](https://github.com/chat-roulettte/chat-roulette/pull/51)
2536
* Trace sampling can be enabled for Jaeger endpoint using environment variables - [#52](https://github.com/chat-roulettte/chat-roulette/pull/52)
37+
2638
## v1.3.0 - 2024-09-30
2739

2840
### Added
@@ -62,5 +74,6 @@ and is generated by [Changie](https://github.com/miniscruff/changie).
6274
* Updated LinkedIn regex to allow country subdomains - [#6](https://github.com/chat-roulettte/chat-roulette/pull/6)
6375

6476
## v1.0.0 - 2022-11-21
77+
6578
### Added
6679
* initial project release

0 commit comments

Comments
 (0)