Bump minor version, add changelog

This commit is contained in:
Joe Nelson
2015-02-18 11:39:13 -08:00
parent 328f27e7bd
commit eafb1a848f
4 changed files with 18 additions and 3 deletions
+15
View File
@@ -0,0 +1,15 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [0.2.6.0] - 2015-02-18
### Added
- A changelog
- Filter by substring match, e.g. `?col=like.*hello*` (or ilike for
case insensitivity).
- Access-Control-Expose-Headers for CORS
### Fixed
- Make filter position match docs, e.g. `?order=col.asc` rather
than `?order=asc.col`.