diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c2e2a3..b1d7ebe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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] +## [1.2.0] - 2023-01-09 ### Added @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - New module for WooCommerce interaction. - New `/auth` endpoint to authenticate with the WooCommerce plugin and corresponding tests - New `/woopayment` endpoint to generate a new order from the WooCommerce plugin and corresponding tests +- New `/wootoken` endpoint to generate a new token and query the token from the database. ### Changed diff --git a/package.yaml b/package.yaml index a4fa9f5..8c5b0b3 100644 --- a/package.yaml +++ b/package.yaml @@ -1,6 +1,6 @@ name: zgo-backend -version: 1.1.1 -git: "https://gitlab.com/pitmutt/zgo-backend" +version: 1.2.0 +git: "https://git.vergara.tech/Vergara_Tech/zgo-backend" license: BOSL author: "Rene Vergara" maintainer: "rene@vergara.network" @@ -18,7 +18,7 @@ category: Web # To avoid duplicated efforts in documentation and dealing with the # complications of embedding Haddock markup inside cabal files, it is # common to point users to the README.md file. -description: Please see the README on GitLab at +description: Please see the README at dependencies: - base >= 4.7 && < 5