diff --git a/CHANGELOG.md b/CHANGELOG.md index dce3494..3308c43 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] + +## [1.34.0] - 2024-10-21 ### Added - New runtime function to list user notifications. - New Go runtime initializer function to register raw HTTP handlers. diff --git a/package.json b/package.json index 69d856a..03219ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nakama-runtime", - "version": "1.33.0", + "version": "1.34.0", "description": "The server framework Type definitions for the Nakama game server.", "author": "Heroic Labs.", "license": "Apache-2.0",