浏览代码

Version bump to 0.0.6

Andrew Kane 9 年之前
父节点
当前提交
fb4b9115c8
共有 2 个文件被更改,包括 4 次插入2 次删除
  1. 3 1
      CHANGELOG.md
  2. 1 1
      lib/blazer/version.rb

+ 3 - 1
CHANGELOG.md

@@ -1,5 +1,7 @@
-## 0.0.6 [unreleased]
+## 0.0.6
 
+- Added fork button
+- Fixed trending
 - Fixed time zones for date select
 
 ## 0.0.5

+ 1 - 1
lib/blazer/version.rb

@@ -1,3 +1,3 @@
 module Blazer
-  VERSION = "0.0.5"
+  VERSION = "0.0.6"
 end