diff --git a/docker/compose/prod/docker-compose.yml b/docker/compose/prod/docker-compose.yml index acf0418e1..b98ef60ec 100644 --- a/docker/compose/prod/docker-compose.yml +++ b/docker/compose/prod/docker-compose.yml @@ -22,7 +22,7 @@ services: restart: always web: - image: "awst/qa4sm:2.6.0" + image: "awst/qa4sm:2.6.1" restart: always environment: POSTGRES_PASSWORD: "${POSTGRES_PASSWORD}" @@ -54,16 +54,16 @@ services: target: /var/lib/qa4sm-web-val/valentina/docs proxy: - image: "awst/qa4sm-proxy:2.6.0" + image: "awst/qa4sm-proxy:2.6.1" restart: always ports: - "8080:80" ui: - image: "awst/qa4sm-ui:2.6.0" + image: "awst/qa4sm-ui:2.6.1" restart: always worker-1: - image: "awst/qa4sm-worker:2.6.0" + image: "awst/qa4sm-worker:2.6.1" restart: always environment: QA4SM_DB_HOST: "${QA4SM_DB_HOST}" diff --git a/release-notes.md b/release-notes.md index 8aa422291..d3326c398 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,9 @@ +QA4SM v2.6.1 - Release notes 2024-03-19 +======================================================= +# Updates +1. QA4SM logo added +2. Code maintenance applied + QA4SM v2.6.0 - Release notes 2024-02-21 ======================================================= # Updates @@ -7,10 +13,3 @@ QA4SM v2.6.0 - Release notes 2024-02-21 # New Features 1. ISMN stations presented on the map for better overview 2. Possibility to archive and unarchive multiple datasets added - -QA4SM v2.5.0 - Release notes 2024-01-08 -======================================================= -# Updates -1. New landing page layout and UI color palette; -2. Videos on the most important QA4SM features added; -3. List of ISMN station locations available for logged-in users; \ No newline at end of file diff --git a/valentina/version.py b/valentina/version.py index 9c22cbe7d..22de52e2b 100644 --- a/valentina/version.py +++ b/valentina/version.py @@ -1 +1 @@ -APP_VERSION = '2.6.0' \ No newline at end of file +APP_VERSION = '2.6.1' \ No newline at end of file