Skip to content

Commit ad0fc86

Browse files
committed
update Changelog and mage release versions
1 parent 386c541 commit ad0fc86

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,24 @@ MAGE adheres to [Semantic Versioning](http://semver.org/).
2323
- Protect against disabling all authentications.
2424
- Problem with OAuth web login
2525

26+
## [6.3.0](https://github.com/ngageoint/mage-server/releases/tag/6.3.0)
27+
### Service
28+
#### Features
29+
* ArcGIS Plugin support
30+
* SFTP Plugin Support
31+
* Support for MongoDB 6.0
32+
* Dependency updates
33+
### Web App
34+
#### Features
35+
* ArcGIS Plugin support
36+
* SFTP Plugin Support
37+
* Moved authentication settings to own admin tab
38+
* Redirect host added for saml config
39+
* Fix for issue with arabic characters in filenames
40+
* Fix for observation filter options
41+
* Dependency updates
42+
* Map UI updates
43+
2644
## [6.2.13](https://github.com/ngageoint/mage-server/releases/tag/6.2.13)
2745
### Service
2846
#### Features

plugins/arcgis/web-app/projects/main/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@ngageoint/mage.arcgis.web-app",
33
"version": "1.0.0-beta.2",
44
"peerDependencies": {
5-
"@ngageoint/mage.web-app": "^6.2.9 || ^6.3.0-beta.7"
5+
"@ngageoint/mage.web-app": "6.3.0"
66
},
77
"dependencies": {
88
"tslib": "^2.0.0"

plugins/nga-msi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@
4949
"typescript": "5.8.2"
5050
},
5151
"peerDependencies": {
52-
"@ngageoint/mage.service": "6.3.0-beta.7"
52+
"@ngageoint/mage.service": "6.3.0"
5353
}
5454
}

0 commit comments

Comments
 (0)