Skip to content

Commit

Permalink
chore(docs): updated changelog for v0.2.7 release (#301)
Browse files Browse the repository at this point in the history
Signed-off-by: Nirav Parikh <nir.parikh05@gmail.com>
  • Loading branch information
niravparikh05 committed Feb 28, 2024
1 parent 80432ad commit e75dcf1
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## Unreleased

## [0.2.7](https://github.com/paralus/paralus/compare/v0.2.6...v0.2.7) (2024-02-28)

### Features

* Ability to regularly check in on the target cluster connection status ([#245](https://github.com/paralus/paralus/issues/245)) ([0cd2a35](https://github.com/paralus/paralus/commit/0cd2a35ab52b9f86d69b385ef183187c5e224cf3))

### Bug Fixes

* add custom Empty instead of google.protobuf.Empty ([#291](https://github.com/paralus/paralus/issues/291)) ([56fdc1c](https://github.com/paralus/paralus/commit/56fdc1c27bb6e66905826ee69649e1343ceeb2a7))
* migration error on Postgresql version below 14 ([#295](https://github.com/paralus/paralus/issues/295)) ([8b54b40](https://github.com/paralus/paralus/commit/8b54b4067337cd11a640af921cba333eb2f3d2a0))


## [0.2.6](https://github.com/paralus/paralus/compare/v0.2.5...v0.2.6) (2023-12-21)

### Added
Expand Down Expand Up @@ -140,7 +152,8 @@ update identities set metadata_public = jsonb_set(metadata_public, '{partner}',
### Added
- Initial release

[Unreleased]: https://github.com/paralus/paralus/compare/v0.2.6...HEAD
[Unreleased]: https://github.com/paralus/paralus/compare/v0.2.7...HEAD
[0.2.7]: https://github.com/paralus/paralus/compare/v0.2.6...v0.2.7
[0.2.6]: https://github.com/paralus/paralus/compare/v0.2.5...v0.2.6
[0.2.5]: https://github.com/paralus/paralus/compare/v0.2.4...v0.2.5
[0.2.4]: https://github.com/paralus/paralus/compare/v0.2.3...v0.2.4
Expand Down

0 comments on commit e75dcf1

Please sign in to comment.