We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d9dbcf commit e1900f4Copy full SHA for e1900f4
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# ft2-ruby changelog #
2
3
+## 1.0.0 ##
4
+### Wed Nov 20 13:28:20 2013 by [mpeteuil](http://www.github.com/mpeteuil) ###
5
+- Now raises FT2::Error instead of Exception
6
+
7
## 0.1.4 ##
8
### Fri Apr 27 11:39:28 2012 by [sethvargo](http://www.github.com/sethvargo) ###
9
- Added MIT license
lib/ft2-ruby/version.rb
@@ -1,3 +1,3 @@
module FT2
- VERSION = "0.1.4"
+ VERSION = "1.0.0"
end
0 commit comments