diff --git a/CHANGELOG.md b/CHANGELOG.md index e325c7c..354241f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,6 +59,14 @@ You can now use a standard Pi-hole install as your primary, or your secondary. Y Gravity Sync +#### 3.1.1 + +- Corrected an error where Docker exec commands would not run correctly on some distributions. + +#### 3.1.2 + +- Adds `./gravity-sync.sh info` screen to show output of settings and component versions. + ## 3.0 ### The Breakout Release diff --git a/VERSION b/VERSION index 50e47c8..6ebad14 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.1 \ No newline at end of file +3.1.2 \ No newline at end of file diff --git a/gravity-sync.sh b/gravity-sync.sh index 8585459..fabcde6 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -3,7 +3,7 @@ SCRIPT_START=$SECONDS # GRAVITY SYNC BY VMSTAN ##################### PROGRAM='Gravity Sync' -VERSION='3.1.1' +VERSION='3.1.2' # For documentation or downloading updates visit https://github.com/vmstan/gravity-sync # Requires Pi-Hole 5.x or higher already be installed, for help visit https://pi-hole.net