diff --git a/CHANGELOG.md b/CHANGELOG.md index 64b41797..d6cf723a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v2.0.0 (2021-11-22) +### Breaking +* Adding breaking change to correct the version bump which didn't happen when merging #285 ([`44c48e8`](https://github.com/ral-facilities/datagateway-api/commit/44c48e8b772147bfcf395d1430e067730d66df44)) + +### Documentation +* Adjust versioning documentation ([`44c48e8`](https://github.com/ral-facilities/datagateway-api/commit/44c48e8b772147bfcf395d1430e067730d66df44)) + ## v1.1.0 (2021-11-19) ### Feature * Add unimplemented endpoint definitions for search API #257 ([`d0e52d9`](https://github.com/ral-facilities/datagateway-api/commit/d0e52d96dd3b94ce54dcc9b81969e777a196922a)) diff --git a/README.md b/README.md index 8e92e41c..b929e778 100644 --- a/README.md +++ b/README.md @@ -314,10 +314,7 @@ fix: fix bug found with count endpoints #issue-number feat: add endpoints for search API #issue-number # Commit which introduces a breaking change for users -BREAKING CHANGE: change format of `config.json`, the previous version is no longer supported #issue-number - -# You can also use `BREAKING CHANGE:` in the additional information if the commit also adds a new feature, like so: -feat: my new feature #issue-number +: change format of `config.json`, the previous version is no longer supported #issue-number BREAKING CHANGE: this feature means X functionality has been removed ``` diff --git a/pyproject.toml b/pyproject.toml index 69b5a491..6be0c196 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datagateway-api" -version = "1.1.0" +version = "2.0.0" description = "ICAT API to interface with the DataGateway" license = "Apache-2.0" readme = "README.md"