CHANGELOG.md in renderful-0.3.0 vs CHANGELOG.md in renderful-0.3.1
- old
+ new
@@ -1,11 +1,19 @@
# Changelog
-## [Unreleased](https://github.com/nebulab/renderful/tree/HEAD)
+## [v0.3.1](https://github.com/nebulab/renderful/tree/v0.3.1) (2020-04-24)
-[Full Changelog](https://github.com/nebulab/renderful/compare/v0.2.0...HEAD)
+[Full Changelog](https://github.com/nebulab/renderful/compare/v0.3.0...v0.3.1)
+**Merged pull requests:**
+
+- Skip calls to cache store when no keys must be invalidated [\#25](https://github.com/nebulab/renderful/pull/25) ([aldesantis](https://github.com/aldesantis))
+
+## [v0.3.0](https://github.com/nebulab/renderful/tree/v0.3.0) (2020-04-20)
+
+[Full Changelog](https://github.com/nebulab/renderful/compare/v0.2.0...v0.3.0)
+
**Closed issues:**
- Normalize field values [\#21](https://github.com/nebulab/renderful/issues/21)
- Expose customer helpers to ERB views [\#15](https://github.com/nebulab/renderful/issues/15)
- \[Contentful\] Render entities embedded in rich text? [\#14](https://github.com/nebulab/renderful/issues/14)
@@ -22,10 +30,11 @@
- Raise error when entry not found [\#24](https://github.com/nebulab/renderful/pull/24) ([filippoliverani](https://github.com/filippoliverani))
- Add support for \#render\_in and ViewComponent [\#19](https://github.com/nebulab/renderful/pull/19) ([aldesantis](https://github.com/aldesantis))
- Fix a typo and trim whitespace in the README [\#18](https://github.com/nebulab/renderful/pull/18) ([elia](https://github.com/elia))
- Prismic integration [\#17](https://github.com/nebulab/renderful/pull/17) ([aldesantis](https://github.com/aldesantis))
- Support for multiple providers [\#16](https://github.com/nebulab/renderful/pull/16) ([aldesantis](https://github.com/aldesantis))
+- Update linting and testing infrastructure [\#6](https://github.com/nebulab/renderful/pull/6) ([aldesantis](https://github.com/aldesantis))
## [v0.2.0](https://github.com/nebulab/renderful/tree/v0.2.0) (2020-01-17)
[Full Changelog](https://github.com/nebulab/renderful/compare/v0.1.0...v0.2.0)
@@ -33,10 +42,9 @@
- Add Rails 6 support [\#4](https://github.com/nebulab/renderful/issues/4)
**Merged pull requests:**
-- Update linting and testing infrastructure [\#6](https://github.com/nebulab/renderful/pull/6) ([aldesantis](https://github.com/aldesantis))
- Add support for Rails 6 [\#5](https://github.com/nebulab/renderful/pull/5) ([aldesantis](https://github.com/aldesantis))
## [v0.1.0](https://github.com/nebulab/renderful/tree/v0.1.0) (2019-05-02)
[Full Changelog](https://github.com/nebulab/renderful/compare/579c7801e5937dc02d789cc0fa4877ae43a60e70...v0.1.0)