Skip to content

Commit

Permalink
chore(release): 2.1.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.1.0](v2.0.0...v2.1.0) (2024-04-15)

### Features

* **events:** import kafka and implement kafka clients ([d54a10d](d54a10d))
* merge main into microservice branch ([fa15428](fa15428))
* **messages:** implement messages repository ([7e46558](7e46558))

### Bug Fixes

* **channel-service:** implement event publishing and fix mocks in tests ([a3a7906](a3a7906))
* **repository:** fix bugs and add tests to repository ([b63a635](b63a635))
* **server-service:** implement event publishing and fix mocks in tests ([f18c74f](f18c74f))
* **service-tests:** refactor basic class test ([2c6f353](2c6f353))
* **test:** remove template refuse ([472d728](472d728))
  • Loading branch information
semantic-release-bot committed Apr 15, 2024
1 parent e194049 commit 43aeb17
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## [2.1.0](https://github.com/zucchero-sintattico/piper-kt/compare/v2.0.0...v2.1.0) (2024-04-15)


### Features

* **events:** import kafka and implement kafka clients ([d54a10d](https://github.com/zucchero-sintattico/piper-kt/commit/d54a10d488b38b9a37c26637ce5ff43275341ffe))
* merge main into microservice branch ([fa15428](https://github.com/zucchero-sintattico/piper-kt/commit/fa15428dcb191f994a7c95e473b890f401b980b8))
* **messages:** implement messages repository ([7e46558](https://github.com/zucchero-sintattico/piper-kt/commit/7e4655852aced9fba7f8c5d9363f2e396167e741))


### Bug Fixes

* **channel-service:** implement event publishing and fix mocks in tests ([a3a7906](https://github.com/zucchero-sintattico/piper-kt/commit/a3a790666fa15e8d4e2481d160e9ee64e39f0702))
* **repository:** fix bugs and add tests to repository ([b63a635](https://github.com/zucchero-sintattico/piper-kt/commit/b63a63596b94f9299b57b7bc65ab04f81f14488c))
* **server-service:** implement event publishing and fix mocks in tests ([f18c74f](https://github.com/zucchero-sintattico/piper-kt/commit/f18c74ff00e2614a00324510bdcf35a3d5756362))
* **service-tests:** refactor basic class test ([2c6f353](https://github.com/zucchero-sintattico/piper-kt/commit/2c6f353fdb9cff4e1f9d74c257e89ec261b2ed23))
* **test:** remove template refuse ([472d728](https://github.com/zucchero-sintattico/piper-kt/commit/472d7287201c6ddfdb286453b545de9ea0eb6561))

## [2.0.0](https://github.com/zucchero-sintattico/piper-kt/compare/v1.13.1...v2.0.0) (2024-04-15)


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

0 comments on commit 43aeb17

Please sign in to comment.