diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000000000000000000000000000000000000..137e4aed04f8ae5a5d89ea1f3bfa4ed0a90fe991 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,22 @@ + +# Change Log + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/) +and this project adheres to [Semantic Versioning](http://semver.org/). + +## [1.0.0-rc4.1] - 2022-09-01 + +### Changed + +- Remove nginx container +- Update Readme +- Upgrade opensilex version to 1.0.0-rc+4.1 +- Downgrade rdf4j version MacOS compatibility issue to from 3.7.6 to 3.7.4 + +## [1.0.0-rc3.1] - 2022-06-08 + +### Added + +First version of dockerfile diff --git a/README.md b/README.md index 56b7b10b803ff70ed7a3dcd92393b59912938cb0..8890fec51cdb81abd059fea44ad5a46e706ad2bb 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Docker compose environnent to deploy opensilex stack based on a previous work en - Clone this repository : ```bash - git clone --branch 1.0.0-rc+3.1 https://github.com/OpenSILEX/opensilex-docker-compose + git clone --branch 1.0.0-rc+4.1 https://github.com/OpenSILEX/opensilex-docker-compose ``` You must run docker compose up command :