Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
graviteeio committed Dec 30, 2024
1 parent 1426dcc commit a275a73
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [3.0.0](https://github.com/gravitee-io/gravitee-resource-cache/compare/2.1.0...3.0.0) (2024-12-30)


### Bug Fixes

* **deps:** bump gravitee-node & gravitee-gateway-api ([20e14fe](https://github.com/gravitee-io/gravitee-resource-cache/commit/20e14fe92163701e2e5b8a9fc8d795b11e721a86))


### Features

* update cache provider api ([e908cfd](https://github.com/gravitee-io/gravitee-resource-cache/commit/e908cfd07d79f6203c766b5a533df8aa92eea089))


### BREAKING CHANGES

* requires gravitee-gateway-api 3.9.0+ & resource-cache-provider-api 2.0.0+

# [3.0.0-alpha.1](https://github.com/gravitee-io/gravitee-resource-cache/compare/2.1.0...3.0.0-alpha.1) (2024-11-12)


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

<groupId>io.gravitee.resource</groupId>
<artifactId>gravitee-resource-cache</artifactId>
<version>3.0.0-alpha.1</version>
<version>3.0.0</version>

<name>Gravitee.io APIM - Resource - Cache</name>
<description>The resource is used to maintain a cache and link it to the API lifecycle. It means that the cache is initialized when the
Expand Down

0 comments on commit a275a73

Please sign in to comment.