Skip to content

Commit

Permalink
minor version bump to v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chelm committed Jun 24, 2015
1 parent fc1664f commit cfd1af3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased
## [2.2.0] - 2015-06-24
### Added
* Providers can optionally pass in an `overrides` property to the `processFeatureService` method on controllers. This allows a provider to manually override any templated values in the Feature Service response like names, descriptions, etc.
* Tests for overriding properties
Expand Down Expand Up @@ -283,6 +283,7 @@ Koop is now just a node module that exposes an express middleware app with hooks
- koop-server is no more; all central code is in the koop project
- to use Koop you must use it as middleware in an app that boots up an http server

[2.2.0]: https://github.com/Esri/koop/compare/v2.1.12...v2.2.0
[2.1.12]: https://github.com/Esri/koop/compare/v2.1.11...v2.1.12
[2.1.11]: https://github.com/Esri/koop/compare/v2.1.10...v2.1.11
[2.1.10]: https://github.com/Esri/koop/compare/v2.1.9...v2.1.10
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koop",
"version": "2.1.12",
"version": "2.2.0",
"description": "A node module/express middleware for converting GeoJSON to Esri Feature Services.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit cfd1af3

Please sign in to comment.