Skip to content

Commit a01814e

Browse files
committed
Prepare for 5.2.3 release
1 parent ca28754 commit a01814e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,13 @@ MAGE adheres to [Semantic Versioning](http://semver.org/).
66
## Pending on [`develop`](https://github.com/ngageoint/mage-server/tree/develop)
77

88
##### Features
9-
* Added new environment varaible and configuration to support secure login session cookie. NOTE:
9+
10+
##### Bug Fixes
11+
12+
## [5.2.3](https://github.com/ngageoint/mage-server/releases/tag/5.2.3) (12-07-2018)
13+
14+
##### Features
15+
* Added new environment variable and configuration to support secure login session cookie. NOTE:
1016
the MAGE login session is a very short lived session that exists between valid authentication and
1117
device id authorization.
1218

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mage-server",
3-
"version": "5.2.2",
3+
"version": "5.2.3",
44
"displayName": "MAGE Server",
55
"description": "Geospatial situation awareness application.",
66
"keywords": [

0 commit comments

Comments
 (0)