diff --git a/doc/changelog b/doc/changelog index 47a75395..c297f21a 100644 --- a/doc/changelog +++ b/doc/changelog @@ -1,2 +1,5 @@ -Initial release of version 0.0.1 +Summary of changes for version 0.1.1 are below + * Fix picture parameters + * Fix parsing for incorrect parameters +Initial release of version 0.1.0 diff --git a/scripts/version.sh b/scripts/version.sh index 54536c91..c0c0d699 100755 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -1,5 +1,5 @@ #!/bin/sh -BASE_VERSION="0.1.0" +BASE_VERSION="0.1.1" if [ -d .git ]; then if test "`git diff --name-only`" = "" ; then GIT_COMMIT="git-"