CHANGELOG.md in roo_on_rails-1.2.0 vs CHANGELOG.md in roo_on_rails-1.3.0
- old
+ new
@@ -1,4 +1,20 @@
+# v1.3.0 (2017-04-28)
+
+Features:
+
+- Sets database statement timeout to 200ms by default (#13).
+- Sets migration statement timeout to 10s by default (#16, #17)
+- Adds Sidekiq and Hirefire (workers) integration (#11)
+- Adds the ability to tag logs with key/value pairs (#20)
+
+Fixes:
+
+- Use correct GitHub context name for CircleCI (#12)
+- Do not depend on sort order for Codecov GitHub contexts (#12)
+- Do not add `Rack::SslEnforcer` middleware in test environment (#15)
+- Fix for "undefined constant: RooOnRails::Rack::Timeout" (#18)
+
# v1.2.0 (2017-03-21)
Features:
- Add `Rack::Timeout`, `Rack::SslEnforcer`, `Rack::Deflater` middleware when