Skip to content

Commit

Permalink
bump: version 2.2.0 → 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Muriano committed Oct 17, 2023
1 parent e351723 commit 43964c9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 3.0.0 (2023-10-17)

### Feat

- add support to enable stacktrace as trace attribute (#7)
- **integrations**: switch default value for trace flags from `false` to `true`
- **Builder**: update type withXxxIntegration to provided trace flags as true by default

This is no a BC level change, but it can completely change the behaviour of your current setup, so be careful.
- **integrations/PDO**: add pdo or pdoStatement instance id to all traces related to (#9)

### Fix

- **Builder**: remove some methods that triggers error for dynamic property declaration (#6)

## 2.1.0 (2023-10-03)

## 2.2.0 (2023-10-05)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions cz.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"name": "cz_conventional_commits",
"tag_format": "$version",
"version_type": "semver",
"version": "2.2.0",
"version": "3.0.0",
"update_changelog_on_bump": true,
"major_version_zero": false
}
}
}

0 comments on commit 43964c9

Please sign in to comment.