diff --git a/CHANGELOG.md b/CHANGELOG.md index e89c3d7..2285413 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.1] - 2023-01-24 ### Added diff --git a/package.yaml b/package.yaml index 087c04e..2e21f5b 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: zgo-backend -version: 1.2.0 +version: 1.2.1 git: "https://git.vergara.tech/Vergara_Tech/zgo-backend" license: BOSL author: "Rene Vergara" diff --git a/zgo-backend.cabal b/zgo-backend.cabal index 9e1060e..5f872b2 100644 --- a/zgo-backend.cabal +++ b/zgo-backend.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: zgo-backend -version: 1.2.0 +version: 1.2.1 synopsis: Haskell Back-end for the ZGo point-of-sale application description: Please see the README at category: Web