diff --git a/TODO-next-update.md b/TODO-next-update.md index a2608d5..b27f5f1 100644 --- a/TODO-next-update.md +++ b/TODO-next-update.md @@ -7,6 +7,7 @@ When you overtake this deploy and rebrand repo to your network you have to recog ### PR – feat: 🍰 Configure Cookie Expire Time #43 - You have to add the `COOKIE_EXPIRE_TIME` from the `deployment/kubernetes/values.template.yaml` to your `deployment/kubernetes/values.yaml` and set it to your prevered value. +- Correct `locale` cookie exploration time in data privacy. ## Version 1.0.7 with 'ocelotDockerVersionTag' 1.0.7-171 diff --git a/package.json b/package.json index 7d2a1dd..9963e69 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ocelot-social-branded", - "version": "1.0.7", - "ocelotDockerVersionTag": "1.0.7-171", + "version": "1.0.8", + "ocelotDockerVersionTag": "1.0.8-182", "dockerOrganisation": "ocelotsocialnetwork", "description": "ocelot.social Branded", "author": "ocelot.social Community",