From 29d2a3b2f49075cfd0b7973b5a065978ce77e2ea Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Tue, 11 Apr 2023 10:03:47 -0500 Subject: [PATCH] Update version and changelog --- CHANGELOG.md | 8 ++++++++ package.yaml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06645e8..d5b3b2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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). +## [Unreleased] + +### Added + +- New type for Pro sessions +- New functions to save and read Pro sessions from DB +- New function to turn off Pro session + ## [1.3.0] - 2023-03-16 ### Added diff --git a/package.yaml b/package.yaml index 631b58e..0b70d38 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: zgo-backend -version: 1.3.0 +version: 1.4.0 git: "https://git.vergara.tech/Vergara_Tech/zgo-backend" license: BOSL author: "Rene Vergara"