OSDN Git Service

Bump version to 0.0.7. v0.0.7
authorTatsuki Sugiura <sugi@nemui.org>
Tue, 22 Mar 2016 09:41:59 +0000 (18:41 +0900)
committerTatsuki Sugiura <sugi@nemui.org>
Tue, 22 Mar 2016 09:47:11 +0000 (18:47 +0900)
ChangeLog
lib/osdn/cli/version.rb

index a5746b9..f9bce7e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-03-22  Tatsuki Sugiura  <sugi@nemui.org>
+
+       * Version 0.0.7
+       * Enable SSL validation again, search some major CA bundle paths.
+
 2016-03-16  Tatsuki Sugiura  <sugi@nemui.org>
 
        * Version 0.0.6
index e3fd4f3..f2c5c02 100644 (file)
@@ -1,5 +1,5 @@
 module OSDN
   module CLI
-    VERSION = "0.0.6"
+    VERSION = "0.0.7"
   end
 end