diff --git a/CHANGELOG.md b/CHANGELOG.md index 45185455..f676d39e 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] +## 6.3.0 - 2023-02-08 + ### Fixed - .npmrc file added to .dockerignore and .gitignore diff --git a/Dockerfile b/Dockerfile index 45422963..cf4ffdde 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,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.2.0" + eu.mia-platform.version="6.3.0" ENV NODE_ENV=production ENV LOG_LEVEL=info diff --git a/package-lock.json b/package-lock.json index a970ffb6..a2b4c4f3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mia-platform/core-crud-service", - "version": "6.2.0", + "version": "6.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@mia-platform/core-crud-service", - "version": "6.2.0", + "version": "6.3.0", "license": "SEE LICENSE IN LICENSE", "dependencies": { "@fastify/ajv-compiler": "^2.1.0", diff --git a/package.json b/package.json index 547a0f5b..58b7f0ac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mia-platform/crud-service", - "version": "6.2.0", + "version": "6.3.0", "description": "HTTP interface to perform CRUD operations on MongoDB collections defined in the API Console", "homepage": "https://www.mia-platform.eu/", "bugs": {