CHANGELOG.md in flexirest-1.10.5 vs CHANGELOG.md in flexirest-1.10.6
- old
+ new
@@ -1,6 +1,18 @@
# Changelog
+## 1.10.6
+
+Bugfix:
+
+- Flexirest was erroring if Rails.logger was defined but was nil (thanks to Alex Oxte for the PR)
+
+## 1.10.5
+
+Enhancement:
+
+- Allow skipping of caching for single endpoints
+
## 1.10.4
Enhancement:
- Implement support for in-header Basic Auth (thanks to François Ferrandis for the PR)