diff --git a/backend/app/activities/activity/utils.py b/backend/app/activities/activity/utils.py
index e2d6ff597..39ab9cc29 100644
--- a/backend/app/activities/activity/utils.py
+++ b/backend/app/activities/activity/utils.py
@@ -948,7 +948,9 @@ def location_based_on_coordinates(latitude, longitude) -> dict | None:
# Make the request and get the response
try:
- headers = {"User-Agent": "Endurain/0.16.0 (ReverseGeocoding)"}
+ headers = {
+ "User-Agent": f"Endurain/{core_config.API_VERSION} (ReverseGeocoding)"
+ }
# Make the request and get the response
response = requests.get(url, headers=headers, timeout=10)
response.raise_for_status()
diff --git a/backend/app/auth/identity_providers/service.py b/backend/app/auth/identity_providers/service.py
index eac65226f..7efe16dbd 100644
--- a/backend/app/auth/identity_providers/service.py
+++ b/backend/app/auth/identity_providers/service.py
@@ -85,7 +85,7 @@ class IdentityProviderService:
limits=httpx.Limits(max_keepalive_connections=5, max_connections=10),
follow_redirects=True,
headers={
- "User-Agent": "Endurain/0.16.0 (OIDC Client)",
+ "User-Agent": f"Endurain/{core_config.API_VERSION} (OIDC Client)",
"Accept": "application/json",
},
)
diff --git a/backend/app/core/config.py b/backend/app/core/config.py
index b170bd340..669202adb 100644
--- a/backend/app/core/config.py
+++ b/backend/app/core/config.py
@@ -7,7 +7,7 @@ from cryptography.fernet import Fernet
import core.logger as core_logger
# Constant related to version
-API_VERSION = "v0.16.0"
+API_VERSION = "v0.16.1"
LICENSE_NAME = "GNU Affero General Public License v3.0 or later"
LICENSE_IDENTIFIER = "AGPL-3.0-or-later"
LICENSE_URL = "https://spdx.org/licenses/AGPL-3.0-or-later.html"
diff --git a/backend/pyproject.toml b/backend/pyproject.toml
index 7816e440c..8d49494a7 100644
--- a/backend/pyproject.toml
+++ b/backend/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "endurain"
-version = "0.16.0"
+version = "0.16.1"
description = "Endurain API for the Endurain app"
authors = ["João Vitória Silva <8648976+joaovitoriasilva@users.noreply.github.com>"]
readme = "README.md"
diff --git a/docs/getting-started/maria-to-postgres-migration.md b/docs/getting-started/maria-to-postgres-migration.md
index 53353d92b..002e4b64a 100644
--- a/docs/getting-started/maria-to-postgres-migration.md
+++ b/docs/getting-started/maria-to-postgres-migration.md
@@ -1,6 +1,6 @@
# MariaDB to Postgres migration guide
-This will guide you on how to migrate from MariaDB to Postgres. Endurain will drop support for MariaDB on v0.16.0, so you'll need to perform this migration prior to upgrade to v0.16.0.
+This will guide you on how to migrate from MariaDB to Postgres. Endurain will drop support for MariaDB on v0.16.0, so you'll need to perform this migration prior to upgrade to v0.16.0 or higher.
This guide uses Endurain's built-in export/import functionality to migrate your data.
diff --git a/frontend/app/package-lock.json b/frontend/app/package-lock.json
index b33339a1e..ca7cbf920 100644
--- a/frontend/app/package-lock.json
+++ b/frontend/app/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "endurain",
- "version": "0.16.0",
+ "version": "0.16.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "endurain",
- "version": "0.16.0",
+ "version": "0.16.1",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.1",
"@fortawesome/free-brands-svg-icons": "^6.7.1",
@@ -10280,4 +10280,4 @@
}
}
}
-}
+}
\ No newline at end of file
diff --git a/frontend/app/package.json b/frontend/app/package.json
index 2d22d890a..1359518f3 100644
--- a/frontend/app/package.json
+++ b/frontend/app/package.json
@@ -1,6 +1,6 @@
{
"name": "endurain",
- "version": "0.16.0",
+ "version": "0.16.1",
"private": true,
"type": "module",
"scripts": {
@@ -57,4 +57,4 @@
"vue-eslint-parser": "^10.2.0",
"vue-tsc": "^3.1.0"
}
-}
+}
\ No newline at end of file
diff --git a/frontend/app/src/components/FooterComponent.vue b/frontend/app/src/components/FooterComponent.vue
index f1dadee84..b5be126dd 100644
--- a/frontend/app/src/components/FooterComponent.vue
+++ b/frontend/app/src/components/FooterComponent.vue
@@ -23,7 +23,7 @@
diff --git a/frontend/app/src/components/Health/HealthWeightZone/HealthWeightAddEditModalComponent.vue b/frontend/app/src/components/Health/HealthWeightZone/HealthWeightAddEditModalComponent.vue
index 78d2fb469..57b00dc6f 100644
--- a/frontend/app/src/components/Health/HealthWeightZone/HealthWeightAddEditModalComponent.vue
+++ b/frontend/app/src/components/Health/HealthWeightZone/HealthWeightAddEditModalComponent.vue
@@ -77,6 +77,7 @@
>