From 728fc9d3226be833f912ed7db8c2287d15db949f Mon Sep 17 00:00:00 2001 From: DumbergerL Date: Wed, 31 Jul 2024 16:11:06 +0200 Subject: [PATCH] feat(note): add pr to changelog #215 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a46e2d8..a47bd76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Get GroupTypeRoles ([PR197](https://github.com/5pm-HDH/churchtools-api/pull/197)) - PHP coding standard ([PR193](https://github.com/5pm-HDH/churchtools-api/pull/193)) - Added new property 'postsEnabled' to the group type model ([PR204](https://github.com/5pm-HDH/churchtools-api/pull/204)) +- Add Note for Group and SongArrangement ([PR216](https://github.com/5pm-HDH/churchtools-api/pull/216)) - Login with Session Cookie ([PR207](https://github.com/5pm-HDH/churchtools-api/pull/207)) ### Changed