Skip to content

Commit f58ed2f

Browse files
committed
bump patch version and add release notes
1 parent 821e34d commit f58ed2f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ MAGE adheres to [Semantic Versioning](http://semver.org/).
1111
* Fixed bug parsing KML polygon and polyline styles.
1212
* Improve error checking for invalid event form upload archives.
1313

14+
## [5.3.2](https://github.com/ngageoint/mage-server/releases/tag/5.3.2)
15+
16+
##### Bug Fixes
17+
* Bundle and host the Material Design CSS and fonts instead of pulling them
18+
from the Google CDN so the MAGE webapp does not need an Internet connection.
19+
1420
## [5.3.1](https://github.com/ngageoint/mage-server/releases/tag/5.3.1)
1521

1622
##### Features

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.3.1",
3+
"version": "5.3.2",
44
"displayName": "MAGE Server",
55
"description": "Geospatial situation awareness application.",
66
"keywords": [

0 commit comments

Comments
 (0)