From 1a042d86968e58381275fa7477b441fbcfdb174a Mon Sep 17 00:00:00 2001 From: Andrei Mihu Date: Mon, 21 Oct 2024 22:24:29 +0100 Subject: [PATCH] Nakama 3.24.0 release, update changelog. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6042ba7ff..b2dba8941 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project are documented below. The format is based on [keep a changelog](http://keepachangelog.com) and this project uses [semantic versioning](http://semver.org). ## [Unreleased] + +## [3.24.0] - 2024-10-21 ### Added - New runtime function to list user notifications. - Support for runtime registration of custom HTTP handlers.