Skip to content

Commit

Permalink
7.2.0
Browse files Browse the repository at this point in the history
danibix95 committed Sep 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4c1ccae commit acde2a2
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 7.2.0 - 2024-09-23

### Added

- introduce support for Array of ObjectIds at document root level
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -40,7 +40,7 @@ LABEL maintainer="Mia Platform Core Team<[email protected]>" \
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="7.1.1"
eu.mia-platform.version="7.2.0"

ENV NODE_ENV=production
ENV LOG_LEVEL=info
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mia-platform/crud-service",
"version": "7.1.1",
"version": "7.2.0",
"description": "HTTP interface to perform CRUD operations on MongoDB collections defined in the API Console",
"homepage": "https://www.mia-platform.eu/",
"bugs": {

0 comments on commit acde2a2

Please sign in to comment.