Skip to content

Commit

Permalink
chore(release): 2.0.6 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
graviteeio committed Apr 23, 2024
1 parent f8dd257 commit 07110b8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [2.0.6](https://github.com/gravitee-io/gravitee-policy-cache/compare/2.0.5...2.0.6) (2024-04-23)


### Bug Fixes

* **cache:** cache invoker and cache policy v4 tests added ([f8dd257](https://github.com/gravitee-io/gravitee-policy-cache/commit/f8dd257df20c33f7dcf110cb4136e046cb67291d))
* **cache:** resolve ttl based on the cache policy config ([8739ac1](https://github.com/gravitee-io/gravitee-policy-cache/commit/8739ac11919dd80699f3641d3eeb19044111fdb3))

## [2.0.5](https://github.com/gravitee-io/gravitee-policy-cache/compare/2.0.4...2.0.5) (2024-04-17)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<groupId>io.gravitee.policy</groupId>
<artifactId>gravitee-policy-cache</artifactId>
<version>2.0.5</version>
<version>2.0.6</version>

<name>Gravitee.io APIM - Policy - Caching</name>
<description>Cache upstream responses (content, status and headers) to eliminate the need for subsequent calls to the back end.</description>
Expand Down

0 comments on commit 07110b8

Please sign in to comment.