Skip to content

Commit

Permalink
Increased library version and updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
svilenvelikov committed Mar 23, 2023
1 parent 9393840 commit 9e4df73
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
* `Check the GDB server version and report mismatches if the client version implements a different version unless the check is stopped.`
* `Support secured endpoints exposing only HTTPS`

## 2.1.0 (2023-03-23)
* GDB 10 support
* Changes in the services internal implementation to match the changes in the GDB REST API
which are mainly syntactic changes in the endpoints at least in these supported by this
library.
* Updates in the readme.

## 2.0.0 (2021-02-10)
* Major changes in the construction of server and repository client configurations.
* Update Readme.md
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphdb",
"version": "2.0.2",
"version": "2.1.0-RC1",
"description": "Javascript client library supporting GraphDB and RDF4J REST API.",
"author": {
"name": "\"Sirma AI\" JSC, trading as Ontotext",
Expand Down
2 changes: 1 addition & 1 deletion test-e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphdb-acceptance-tests",
"version": "2.0.2",
"version": "2.1.0-RC1",
"author": {
"name": "\"Sirma AI\" JSC, trading as Ontotext",
"url": "https://www.ontotext.com/"
Expand Down

0 comments on commit 9e4df73

Please sign in to comment.