CHANGELOG.md in negroku-2.5.5 vs CHANGELOG.md in negroku-2.6.0
- old
+ new
@@ -2,10 +2,28 @@
Reverse Chronological Order:
## Unreleased
-https://github.com/platanus/negroku/compare/v2.5.5...HEAD
+https://github.com/platanus/negroku/compare/v2.6.0...HEAD
+
+## `2.6.0`
+
+https://github.com/platanus/negroku/compare/v2.5.5...v2.6.0
+
+FEAT:
+- Adds nginx default for ssl certificates and key locations
+
+FIX:
+- Removes `vendor/bundle` symlink and shared folder. Bundle location is set in `.bundler/config`
+
+BREAKING CHANGES:
+- Default config for nginx ssl is
+```
+nginx_ssl_certificate_path: "#{shared_path}/ssl"
+nginx_ssl_certificate_key: "#{fetch(:application)}.key"
+nginx_ssl_certificate_key_path: "#{shared_path}/ssl"
+```
## `2.5.5`
https://github.com/platanus/negroku/compare/v2.5.4...v2.5.5