diff --git a/gate-teamware/Chart.yaml b/gate-teamware/Chart.yaml index 115ab34..847ab9a 100644 --- a/gate-teamware/Chart.yaml +++ b/gate-teamware/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.1.1 +version: 2.2.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "2.1.1" +appVersion: "2.2.0" dependencies: - name: postgresql diff --git a/gate-teamware/README.md b/gate-teamware/README.md index 8cb7e4e..f1931e0 100644 --- a/gate-teamware/README.md +++ b/gate-teamware/README.md @@ -145,6 +145,12 @@ and the deployments may need to be manually updated using `kubectl rollout resta ## Changelog +### Version 2.2.0 + +Upgraded `appVersion` to [GATE Teamware 2.2.0](https://github.com/GateNLP/gate-teamware/releases/tag/v2.2.0). + +This version of GATE Teamware changes the format of JSON data exports to place the annotation values immediately under "features" instead of nested inside a "label" wrapper. Other code that consumes Teamware JSON files may need to be updated to match. + ### Version 2.1.1 Upgraded `appVersion` to [GATE Teamware 2.1.1](https://github.com/GateNLP/gate-teamware/releases/tag/v2.1.1).