Browse Source

Update Cowlib to 1.0.2

Loïc Hoguin 9 years ago
parent
commit
45f750db41
3 changed files with 7 additions and 1 deletions
  1. 1 0
      AUTHORS
  2. 5 0
      CHANGELOG.md
  3. 1 1
      src/cowlib.app.src

+ 1 - 0
AUTHORS

@@ -1,4 +1,5 @@
 Cowlib is available thanks to the work of:
 
 Loïc Hoguin
+Krzysztof Jurewicz
 Mikkel Jensen

+ 5 - 0
CHANGELOG.md

@@ -1,6 +1,11 @@
 CHANGELOG
 =========
 
+1.0.2
+-----
+
+ *  Fix handling of default values in cookie options
+
 1.0.1
 -----
 

+ 1 - 1
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, []},