diff --git a/.changeset/perfect-dodos-speak.md b/.changeset/perfect-dodos-speak.md deleted file mode 100644 index 3eb3298..0000000 --- a/.changeset/perfect-dodos-speak.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -"fuseki-geosparql": major ---- - -Require to be authenticated for endpoints with write access. - -Starting this version, all routes that are ending with: - -- `/data` -- `/upload` -- `/update` - -are also protected and require authentication. diff --git a/CHANGELOG.md b/CHANGELOG.md index c5cbae6..378a4d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # fuseki-geosparql +## 3.0.0 + +### Major Changes + +- bd23ac8: Require to be authenticated for endpoints with write access. + + Starting this version, all routes that are ending with: + + - `/data` + - `/upload` + - `/update` + + are also protected and require authentication. + ## 2.3.1 ### Patch Changes diff --git a/package.json b/package.json index a64da47..e57f885 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fuseki-geosparql", - "version": "2.3.1", + "version": "3.0.0", "description": "Non-offcial Fuseki Docker image with GeoSPARQL support", "main": "index.js", "repository": "git@github.com:zazuko/fuseki-geosparql.git",