diff --git a/CHANGELOG.md b/CHANGELOG.md index fbe530eb..199a5920 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v1.5.4 +- Updates: + - ROBOT updated to version 1.9.7 + - SSSOM-Java command-line tool and ROBOT plugin updated to version 1.0.0 +- Bugfixes: + - Fix installation of SPARQLProg tools ([#1134](https://github.com/INCATools/ontology-development-kit/pull/1135)) + - Fix bug that the repository name set forth in the config file was ignored ([#1122](https://github.com/INCATools/ontology-development-kit/pull/1122)) + + # v1.5.3 - Updates: diff --git a/Makefile b/Makefile index 11bef3e1..17c92ff7 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ docs: @ODK_IMAGE=odklite ./odk.sh python ./odk/schema_documentation.py # Building docker image -VERSION = "v1.5.3" +VERSION = "v1.5.4" IM=obolibrary/odkfull IMLITE=obolibrary/odklite ROB=obolibrary/robot diff --git a/docker/odklite/Makefile b/docker/odklite/Makefile index 4c6c4306..077e53b5 100644 --- a/docker/odklite/Makefile +++ b/docker/odklite/Makefile @@ -1,6 +1,6 @@ # Building docker image -VERSION = "v1.5.3" +VERSION = "v1.5.4" IM=obolibrary/odklite TAGS_OPTION=-t $(IM):$(VERSION) -t $(IM):latest