Skip to content

Commit 0dc31df

Browse files
committed
Bumped version number and updated CHANGELOG.md
1 parent 62b4ab4 commit 0dc31df

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.2.0] - 2020-07-10
10+
### Added
11+
- Added menu option to allow full customer and order backups.
12+
13+
914
## [1.1.0] - 2020-07-10
1015
### Added
1116
- Installer

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dbsync_install_dir() {
77
}
88

99
dbsync_latest_version() {
10-
echo "v1.1.0"
10+
echo "v1.2.0"
1111
}
1212

1313
#

0 commit comments

Comments
 (0)