diff --git a/CHANGELOG.md b/CHANGELOG.md index 758c54c0..c08e72f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## 7.2.2-rc.0 - 2024-12-13 + ## 7.2.1 - 2024-10-08 ### Fixed diff --git a/package-lock.json b/package-lock.json index 5294ccca..89423874 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mia-platform/crud-service", - "version": "7.2.1", + "version": "7.2.2-rc.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mia-platform/crud-service", - "version": "7.2.1", + "version": "7.2.2-rc.0", "license": "Apache-2.0", "dependencies": { "@fastify/env": "^4.4.0", diff --git a/package.json b/package.json index ec365b37..52bbce19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mia-platform/crud-service", - "version": "7.2.1", + "version": "7.2.2-rc.0", "description": "HTTP interface to perform CRUD operations on MongoDB collections defined in the API Console", "homepage": "https://www.mia-platform.eu/", "bugs": {