From 260f29834acaabe8c6e52db4cf3e6b0f7f50435e Mon Sep 17 00:00:00 2001 From: Cmdr McDonald Date: Fri, 13 Jan 2017 11:35:01 +0000 Subject: [PATCH] Update release notes --- ChangeLog.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 1aeb6e70..1bb56d58 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ #2.2.8 * Fix issue where filling all internals with cargo racks would include restricted slots + * Use coriolis-data 2.2.8: + * Set military slot of Viper Mk IV to class 3; was incorrectly set as class 2 + * Update base regeneration rate of prismatic shield generators to values in 2.2.03 + * Update specials with information in 2.2.03 #2.2.7 * Fix resistance diminishing return calculations diff --git a/package.json b/package.json index 81d6de35..f7aaf34f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coriolis_shipyard", - "version": "2.2.7", + "version": "2.2.8", "repository": { "type": "git", "url": "https://github.com/EDCD/coriolis"