CHANGELOG.md in db_mod-0.0.3 vs CHANGELOG.md in db_mod-0.0.4
- old
+ new
@@ -1,8 +1,14 @@
+0.0.4 (2015-10-15)
+==================
+
+* Adds `def_prepared/statement.single(:value/:row/:column)` - [@dslh](https://github.com/dslh).
+* Adds `.as(:json)` to go with `.as(:csv)` - [@dslh](https://github.com/dslh).
+
0.0.3 (2015-10-13)
==================
-* Configurable method framework. Adds `def_prepared/statement.as(:csv)` - [@dslh](https://github.com/dslh)
+* Configurable method framework. Adds `def_prepared/statement.as(:csv)` - [@dslh](https://github.com/dslh).
0.0.2 (2015-10-12)
==================
* Adds `def_statement` to compliment `def_prepared` - [@dslh](https://github.com/dslh).