diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a33aca8..faa79fb8 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.0.0 - 2024-02-01 + ### BREAKING CHANGES - [#189](https://github.com/mia-platform/crud-service/pull/189) introduce support to MongoDB v7.0 and remove support to MongoDB v4.2 diff --git a/Dockerfile b/Dockerfile index 6f0bc504..0a5c0a99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ LABEL maintainer="Mia Platform Core Team" \ name="CRUD Service" \ description="HTTP interface to perform CRUD operations on configured MongoDB collections" \ eu.mia-platform.url="https://www.mia-platform.eu" \ - eu.mia-platform.version="6.10.0" + eu.mia-platform.version="7.0.0" ENV NODE_ENV=production ENV LOG_LEVEL=info diff --git a/package-lock.json b/package-lock.json index fb8c2fe7..aabed7bc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mia-platform/crud-service", - "version": "6.10.0", + "version": "7.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mia-platform/crud-service", - "version": "6.10.0", + "version": "7.0.0", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@fastify/env": "^4.3.0", diff --git a/package.json b/package.json index 2be07afe..fd87496d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mia-platform/crud-service", - "version": "6.10.0", + "version": "7.0.0", "description": "HTTP interface to perform CRUD operations on MongoDB collections defined in the API Console", "homepage": "https://www.mia-platform.eu/", "bugs": {