summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changelog5
-rw-r--r--Makefile2
2 files changed, 6 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 50f1ed3..fc50165 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,8 @@
+envstore 2.1 - Wed May 23 2010
+
+ * Fix space handling for envify arguments
+ * Add support for --help/--version
+
envstore 2.0.4 - Sat Jan 23 2010
* Preserve leading space in saved variables
diff --git a/Makefile b/Makefile
index c50e596..6c988dc 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CFLAGS ?= -O2
PREFIX ?= /usr/local
-VERSION ?= 2.0.4-git
+VERSION ?= 2.1-git
CFLAGS += -Wall -Wextra -pedantic