CHANGELOG.md in query_builder-0.0.3 vs CHANGELOG.md in query_builder-0.0.4
- old
+ new
@@ -1,4 +1,23 @@
+## v0.0.4 2015-09-18
+
+The (backward-compatible) patch fixes a bug in 'SELECT' statement.
+
+### Bugs Fixed
+
+* Fixed 'ORDER BY' condition in 'SELECT' statement (nepalez) with reference to bug report #1 (aq1018)
+
+### Internal
+
+* Extracted `Core::Attributes` to the external gem 'attributes_dsl' (nepalez)
+
+### Deleted
+
+* `Core::Attributes` (nepalez)
+* `Core::AttributesDSL` (nepalez)
+
+[Compare v0.0.3...v0.0.4](https://github.com/nepalez/query_builder/compare/v0.0.3...v0.0.4)
+
## v0.0.3 2015-08-21
### Added
* Add `set` alias to `update` table method (nepalez)