diff --git a/CHANGELOG.md b/CHANGELOG.md index bde1164..e6a6b1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # GraphDB AWS Terraform Module Changelog -## 1.2.9 +## 1.3.0 * Update default GraphDB version to [10.8.0](https://graphdb.ontotext.com/documentation/10.8/release-notes.html#graphdb-10-8-0) diff --git a/README.md b/README.md index 3baf8e1..8d035ee 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This Terraform module allows you to provision an GraphDB cluster within a Virtual Private Cloud (VPC). The module provides a flexible way to configure the cluster and the associated VPC components. It implements the GraphDB reference -architecture. Check the official [documentation](https://graphdb.ontotext.com/documentation/10.7/aws-deployment.html) +architecture. Check the official [documentation](https://graphdb.ontotext.com/documentation/10.8/aws-deployment.html) for more details. ## Table of contents @@ -61,6 +61,7 @@ versions. The next table shows the version compatability between GraphDB, and th |--------------------------------------------------------------------------------|--------------------------------------------------------------------------------------| | [Version 1.x.x](https://github.com/Ontotext-AD/terraform-aws-graphdb/releases) | [Version 10.6.x](https://graphdb.ontotext.com/documentation/10.6/release-notes.html) | | [Version 1.2.x](https://github.com/Ontotext-AD/terraform-aws-graphdb/releases) | [Version 10.7.x](https://graphdb.ontotext.com/documentation/10.7/release-notes.html) | +| [Version 1.3.x](https://github.com/Ontotext-AD/terraform-aws-graphdb/releases) | [Version 10.8.x](https://graphdb.ontotext.com/documentation/10.8/release-notes.html) | You can track the particular version updates of GraphDB in the [changelog](CHANGELOG.md).