Skip to content

Commit

Permalink
bump version to 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RKIMetadataExchange committed Aug 5, 2024
1 parent 1b5d3fc commit 8ada12a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changes

- BulkIngestRequest contains now one single list "items"
- tests for ingestion adapted to BulkIngestRequest-Model
- remove stop-gaps for MX-1596

### Deprecated

### Removed
- removed class _BaseBulkIngestRequest for ingestion model

### Fixed

### Security

## [0.18.0] - 2024-08-05

### Changes

- BulkIngestRequest contains now one single list "items"
- tests for ingestion adapted to BulkIngestRequest-Model
- remove stop-gaps for MX-1596

### Removed
- removed class _BaseBulkIngestRequest for ingestion model

## [0.17.0] - 2024-07-29

### Changes
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mex-backend"
version = "0.17.0"
version = "0.18.0"
description = "Backend server for the RKI metadata exchange."
authors = [{ name = "MEx Team", email = "[email protected]" }]
readme = { file = "README.md", content-type = "text/markdown" }
Expand Down

0 comments on commit 8ada12a

Please sign in to comment.