From ff3ee6cef0aba1f3ca3f0e1978e58afad77e1ff7 Mon Sep 17 00:00:00 2001 From: extremeheat Date: Tue, 20 Sep 2022 17:06:50 -0400 Subject: [PATCH] Release 1.2.0 (#15) --- HISTORY.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 94f5c5f..7bb6798 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +## 1.2.0 +* Client specific protocol versions (#14) +* Allow servers to accept older RakNet protocol version clients + ## 1.1.0 * Fixes an issue with client/server receiving packets after calling close(), mitigate lifetime issue * Mitigates some potential race conditions in packet handling diff --git a/package.json b/package.json index 931d2da..5e2a20b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "raknet-native", - "version": "1.1.0", + "version": "1.2.0", "description": "Native bindings for RakNet", "main": "index.js", "scripts": {