From 320b29df559b5583b40cacbb89f2d417e3a6b38b Mon Sep 17 00:00:00 2001 From: Yann Stepienik Date: Wed, 15 Nov 2023 15:50:12 +0000 Subject: [PATCH] [release] v0.12.6 --- changelog.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 788efc2..23d021a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +## Version 0.12.6 + - Fix a security issue with cross-domain APIs availability + ## Version 0.12.5 - Added index on event date for faster query diff --git a/package.json b/package.json index d9904b7..f68ca5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cosmos-server", - "version": "0.12.6-unstable", + "version": "0.12.6", "description": "", "main": "test-server.js", "bugs": {