Skip to content
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.

Commit

Permalink
Merge #2004
Browse files Browse the repository at this point in the history
2004: Release version 0.4.14 r=bonomat a=itchymax

Hi `@bonomat!`
This PR was created in response to a manual trigger of the release workflow here: https://github.com/itchysats/itchysats/actions/runs/2303945389.
I've bumped the versions in the manifest files in this commit: 0dd849b.
Merging this PR will create a GitHub release!

Co-authored-by: itchymax <[email protected]>
Co-authored-by: Philipp Hoenisch <[email protected]>
  • Loading branch information
3 people authored May 10, 2022
2 parents 6dff712 + 502dd6a commit 7a9a2a1
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.4.14] - 2022-05-10

### Added

- Additional API for the taker: `api/metrics` will return prometheus-based metrics about your positions and about general behavior of the application

## [0.4.13] - 2022-05-10

### Added
Expand All @@ -23,7 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- network: an additional field `leverage` was added to `wire::MakerToTaker::TakeOffer`.
- network: an additional field `leverage_choices` was added to `Order` which is sent from maker to taker when he created a new offer.
The field `leverage` was deprecated.
- Additional API for the taker: `api/metrics` will return prometheus-based metrics about your positions and about general behavior of the application

### Changed

Expand Down Expand Up @@ -142,7 +147,8 @@ Backport <https://github.com/itchysats/itchysats/pull/924> in an attempt to fix

Initial release for mainnet.

[Unreleased]: https://github.com/itchysats/itchysats/compare/0.4.13...HEAD
[Unreleased]: https://github.com/itchysats/itchysats/compare/0.4.14...HEAD
[0.4.14]: https://github.com/itchysats/itchysats/compare/0.4.13...0.4.14
[0.4.13]: https://github.com/itchysats/itchysats/compare/0.4.12...0.4.13
[0.4.12]: https://github.com/itchysats/itchysats/compare/0.4.11...0.4.12
[0.4.11]: https://github.com/itchysats/itchysats/compare/0.4.10...0.4.11
Expand Down

0 comments on commit 7a9a2a1

Please sign in to comment.