Version release preparation
This commit is contained in:
parent
3ee6235787
commit
8680d5d0d9
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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 <https://gitlab.com/pitmutt/zgo-backend#readme>
|
||||
description: Please see the README at <https://git.vergara.tech/Vergara_Tech//zgo-backend#readme>
|
||||
|
||||
dependencies:
|
||||
- base >= 4.7 && < 5
|
||||
|
|
Loading…
Reference in a new issue