CHANGELOG.md in esp_sdk-2.0.0 vs CHANGELOG.md in esp_sdk-2.1.0
- old
+ new
@@ -1,7 +1,12 @@
-## [Unreleased]
+## 2.1.0 - 2015-01-15
### Added
- Implemented searching using `where` on many object.
+- Add external account script. Run with `esp a`
+- Added ability to set a proxy using either the `http_proxy` environment variable, or setting it manually wiht `ESP.http_proxy = <proxy>`
+
+### Changed
+- Changed the `esp_console` executable to just be `esp`. Now start the console with `esp c`
## [2.0.0] - 2015-12-16
### Added
- Separate Metadata object
- Metadata relationship to the Alert object.