diff --git a/CHANGELOG.md b/CHANGELOG.md index b2f2b6a..4499c58 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.28.0] - 2023-07-19 ### Added - Add storage object indexing support and related runtime functions. - Add missing TypeScript validated subscription fields. diff --git a/package.json b/package.json index 4934e6f..412bc0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nakama-runtime", - "version": "1.27.0", + "version": "1.28.0", "description": "The server framework Type definitions for the Nakama game server.", "author": "Heroic Labs.", "license": "Apache-2.0",