aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--CHANGELOG.md5
-rw-r--r--src/cowlib.app.src2
3 files changed, 7 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 824ec87..556636d 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,4 +1,5 @@
Cowlib is available thanks to the work of:
Loïc Hoguin
+Krzysztof Jurewicz
Mikkel Jensen
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 88146e9..8b18c24 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
CHANGELOG
=========
+1.0.2
+-----
+
+ * Fix handling of default values in cookie options
+
1.0.1
-----
diff --git a/src/cowlib.app.src b/src/cowlib.app.src
index e6a29f8..bfdb996 100644
--- a/src/cowlib.app.src
+++ b/src/cowlib.app.src
@@ -14,7 +14,7 @@
{application, cowlib, [
{description, "Support library for manipulating Web protocols."},
- {vsn, "1.0.1"},
+ {vsn, "1.0.2"},
{id, "git"},
{modules, []},
{registered, []},