Skip to content

Commit 42cad6d

Browse files
committed
Bumped version number and updated CHANGELOG.md.
1 parent 4ff673c commit 42cad6d

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.6.0] - 2020-10-16
10+
### Added
11+
- Added ignore tables option for the main config which is passed to n98-magerun2.
12+
813
### Changed
914
- Moved Magento commands over to individual file.
1015
- Unified messaging throughout the app.

install.sh

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

99
dbsync_latest_version() {
10-
echo "v1.5.1"
10+
echo "v1.6.0"
1111
}
1212

1313
#

utils/menu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
2-
version="1.6.0-development"
2+
version="1.6.0"
33

44
die()
55
{

0 commit comments

Comments
 (0)