Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,9 @@ This file tracks release notes for the loop client.
* Once the version bump PR is merged and tagged, add the release notes to the tag on GitHub.

## Next release
- Fixed compile time compatibility with `lnd v0.12.0-beta`.

#### New Features
* The output of the `audit` rpc is now sorted by ascending timestamp.
* A pre-set custom category for [Lightning Pool](https://github.com/lightninglabs/pool) has been added to the `audit` cli, and can be used to separate all pool-related transactions into their own category called `pool` using `audit --pool-category`.

#### Breaking Changes

#### Bug Fixes
* A bug in the `audit` custom categories functionality which switched on-chain and off-chain categories has been fixed.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const (
// Please update release_notes.md when updating this!
appMajor uint = 0
appMinor uint = 2
appPatch uint = 2
appPatch uint = 3

// appPreRelease MUST only contain characters from semanticAlphabet
// per the semantic versioning spec.
Expand Down