Skip to content

Commit 4a5dcc4

Browse files
committed
πŸ“ Update CHANGELOG.md; Create UPGRADE.md
1 parent cdb0710 commit 4a5dcc4

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1-
# goclockify
1+
# CHANGELOG
2+
3+
## [v1.1.0] - 2020-07-28
4+
5+
### Fixed
6+
- AUR build script (#1)
7+
8+
### Added
9+
- Ability to define custom key mapping
10+
11+
Please see [upgrade notes](UPGRADE.md#from-100-to-110).
212

313
## [v1.0.0] - 2020-07-17
414

515
### Added
6-
- Basic functionality.
16+
- Basic functionality

β€ŽUPGRADE.mdβ€Ž

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# UPGRADE
2+
3+
## From 1.0.0 to 1.1.0
4+
5+
### Config
6+
7+
The old configuration file is not valid. Please remove it and restart `goclockify`

β€Žconfigs/config.goβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
// Version Application Version
2424
const (
2525
AppName = "goclockify"
26-
Version = "1.0.0"
26+
Version = "1.1.0"
2727
)
2828

2929
// FilePath Configuration file path

0 commit comments

Comments
Β (0)