Skip to content

Commit

Permalink
🔖 Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ABGEO committed Mar 16, 2021
1 parent 3ee6c2a commit ed14f80
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# CHANGELOG

## [v1.2.0] - 2021-03-16

### Added
- Dime entry Deletion feature (#2)
- Dime entry Edit feature (#3)
- Dime entry Creation feature (#4)

Please see [upgrade notes](UPGRADE.md#from-110-to-120).

## [v1.1.0] - 2020-07-28

### Fixed
Expand Down
6 changes: 6 additions & 0 deletions UPGRADE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# UPGRADE

## From 1.1.0 to 1.2.0

### Config

The old configuration file is not valid. Please remove it and restart `goclockify`

## From 1.0.0 to 1.1.0

### Config
Expand Down
2 changes: 1 addition & 1 deletion build/package/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Temuri Takalandze <[email protected]>
pkgname=goclockify
pkgver=1.1.0
pkgver=1.2.0
pkgrel=1
pkgdesc='A terminal based client for Clockify time tracker'
arch=('x86_64')
Expand Down
2 changes: 1 addition & 1 deletion configs/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
// Version Application Version
const (
AppName = "goclockify"
Version = "1.1.0"
Version = "1.2.0"
)

// FilePath Configuration file path
Expand Down

0 comments on commit ed14f80

Please sign in to comment.