From 8a6681682bc061ac01990577026bbaab044794bc Mon Sep 17 00:00:00 2001 From: Vinod Kurup Date: Mon, 13 Nov 2023 17:21:34 -0500 Subject: [PATCH] Update CHANGELOG.md and bump version --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8ba538..6a5481e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.13] - 2023-11-13 + +### Added + +- [sc-48713] Added specs for Entity Counts. By [@ryuichis](https://github.com/ryuichis). +- [sc-49435] Added specs for Create Nested Campaign. By [@vkurup](https://github.com/vkurup). + ## [1.0.12] - 2023-08-29 ### Fixed diff --git a/package.json b/package.json index 3586f19..cff8a97 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adzerk/api-specification", - "version": "1.0.6", + "version": "1.0.13", "license": "Apache-2.0", "description": "Kevel API Specification", "main": "index.js",