From 191e4b0d8b96f5b4ba4dcef6a13a5913d4d60bd1 Mon Sep 17 00:00:00 2001 From: Mike Swierenga Date: Mon, 23 Jan 2023 10:35:47 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=8E=20release=203.6.0=20(#156)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f512a96..4e329e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.6.0] - 2023-01-23 +### Added +- Add new command `sync` to compare local and remote files when deploying + +### Changed +- Update `wipe` command to use the `fields` query param if available + ## [3.5.0] - 2022-11-15 ### Added - Add conf variable `max_content_length_mb` for adjusting the allowed content length in request bodies diff --git a/package-lock.json b/package-lock.json index 020400d..e92319b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kong-portal-cli", - "version": "3.5.0", + "version": "3.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "kong-portal-cli", - "version": "3.5.0", + "version": "3.6.0", "license": "Apache-2.0", "dependencies": { "axios": "^0.27.1", diff --git a/package.json b/package.json index de9e1bc..42bc5ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kong-portal-cli", - "version": "3.5.0", + "version": "3.6.0", "description": "CLI tool to manage your Kong Developer Portals for Kong Enterprise", "main": "index.js", "bin": {