diff --git a/CHANGELOG.md b/CHANGELOG.md index b778d08..79c3bc9 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.35.0] - 2024-11-25 ### Added - Add new runtime function to get a list of user's friend status. - Add new Follow/Unfollow runtime APIs. diff --git a/package.json b/package.json index 03219ba..23bb1b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nakama-runtime", - "version": "1.34.0", + "version": "1.35.0", "description": "The server framework Type definitions for the Nakama game server.", "author": "Heroic Labs.", "license": "Apache-2.0",