CHANGELOG.md in jets-3.0.13 vs CHANGELOG.md in jets-3.0.14

- old
+ new

@@ -1,9 +1,15 @@ # Change Log All notable changes to this project will be documented in this file. This project *loosely tries* to adhere to [Semantic Versioning](http://semver.org/). +## [3.0.14] - 2021-09-01 +- [#583](https://github.com/boltops-tools/jets/pull/583) Don't overwrite content_type when rendering json or xml with content_type specified +- [#584](https://github.com/boltops-tools/jets/pull/584) Adds an override flag to change behaviour when Jets is behind an ELB running Jets Server +- [#585](https://github.com/boltops-tools/jets/pull/585) add_stage controller method +- [#586](https://github.com/boltops-tools/jets/pull/586) JETS_ELB env var flag + ## [3.0.13] - 2021-08-17 - [#582](https://github.com/boltops-tools/jets/pull/582) use Shotgun::Static middleware always ## [3.0.12] - 2021-08-08 - [#578](https://github.com/boltops-tools/jets/pull/578) Update "jets delete" documentation to be --yes instead of --skip