Skip to content

Commit

Permalink
chore: v7.3.1 (#1821)
Browse files Browse the repository at this point in the history
  • Loading branch information
davinov authored Nov 15, 2024
1 parent 47f2709 commit 9cc348c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## Unreleased

## [7.3.1] 2024-11-14

### Fixed

- Mongo: correctly type the aggregation pipeline, expected when `query` is a `list`


## [7.3.0] 2024-11-13

### Added
Expand All @@ -12,7 +19,7 @@

### Fix

- HTTP API: API results are now correctly merged even if they need to be filtered or flattened.
- HTTP API: API results are now correctly merged even if they need to be filtered or flattened.

### Added

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "toucan-connectors"
version = "7.3.0"
version = "7.3.1"
description = "Toucan Toco Connectors"
authors = ["Toucan Toco <[email protected]>"]
license = "BSD"
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sonar.organization=toucantoco

# This is the name and version displayed in the SonarCloud UI.
sonar.projectName=Toucan Connectors
sonar.projectVersion=7.3.0
sonar.projectVersion=7.3.1
sonar.python.version=3.11

# Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows.
Expand Down

0 comments on commit 9cc348c

Please sign in to comment.