diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index edbab6aa..1f83748e 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -39,4 +39,4 @@ jobs: uses: actions/upload-artifact@v1 with: name: vgo - path: vgo/build/distributions/vgo-1.0.0.zip + path: vgo/build/distributions/vgo-1.1.0.zip diff --git a/changelog.md b/changelog.md new file mode 100644 index 00000000..6ca7b96a --- /dev/null +++ b/changelog.md @@ -0,0 +1,8 @@ +Change Log +========== + +## 1.1.0 +_06.20.2020_ + +* New: Remove redundant close path commands +* Improvement: Use the Gradle Application Plugin to build application distrobutions, simplifying installation and making running the tool a little simpler. diff --git a/vgo/build.properties b/vgo/build.properties index beb72cc4..166aa4a7 100644 --- a/vgo/build.properties +++ b/vgo/build.properties @@ -1 +1 @@ -version=1.0.0 \ No newline at end of file +version=1.1.0 \ No newline at end of file