Skip to content

Commit

Permalink
chore(release): 9.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [9.2.0](v9.1.4...v9.2.0) (2024-07-05)

### Features

* circuit breaker and service discovery ([483347e](483347e))
* component & connectors view ([dbf96e0](dbf96e0))
* configurable service & init CQRS ([bec0ebf](bec0ebf))
* discuss non functional properties for patterns ([27d8b15](27d8b15))
* indent user stories and add quality attributes ([543b6f6](543b6f6))
* module view ([193955c](193955c))
* module view & init patterns ([4cc1f34](4cc1f34))
* observability patterns ([baaf720](baaf720))
  • Loading branch information
semantic-release-bot committed Jul 5, 2024
1 parent 3b72726 commit 516bcfd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [9.2.0](https://github.com/zucchero-sintattico/piper-kt/compare/v9.1.4...v9.2.0) (2024-07-05)


### Features

* circuit breaker and service discovery ([483347e](https://github.com/zucchero-sintattico/piper-kt/commit/483347ed915d788e0907651bded2fddc93468bc5))
* component & connectors view ([dbf96e0](https://github.com/zucchero-sintattico/piper-kt/commit/dbf96e04c0c39c5769be6b718569a929d9b82af8))
* configurable service & init CQRS ([bec0ebf](https://github.com/zucchero-sintattico/piper-kt/commit/bec0ebf6a706d3cfcb2b1508370a51031ccc4561))
* discuss non functional properties for patterns ([27d8b15](https://github.com/zucchero-sintattico/piper-kt/commit/27d8b155b05e77c6304c6b5cc9d1664d62a144a8))
* indent user stories and add quality attributes ([543b6f6](https://github.com/zucchero-sintattico/piper-kt/commit/543b6f699dc3976d49b1ba2d8244d48cde18b6a6))
* module view ([193955c](https://github.com/zucchero-sintattico/piper-kt/commit/193955c6cd4048ceb821f0a465f1a85cdc7c9a4a))
* module view & init patterns ([4cc1f34](https://github.com/zucchero-sintattico/piper-kt/commit/4cc1f34b48149f8f31f8716f32104cad0831c97b))
* observability patterns ([baaf720](https://github.com/zucchero-sintattico/piper-kt/commit/baaf720dc227b05fc9a041da08b7e56d8369902f))

## [9.1.4](https://github.com/zucchero-sintattico/piper-kt/compare/v9.1.3...v9.1.4) (2024-06-23)


Expand Down
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": "piper-kt",
"version": "9.1.4",
"version": "9.2.0",
"description": "A microservice chat app, kotlin based.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 516bcfd

Please sign in to comment.