Skip to content

Commit 276b698

Browse files
authored
Merge pull request #103 from guggero/version-bump
version: bump to v0.2.3-alpha
2 parents 581de2d + a653ffc commit 276b698

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

release_notes.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,9 @@ This file tracks release notes for the loop client.
1313
* Once the version bump PR is merged and tagged, add the release notes to the tag on GitHub.
1414

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

1817
#### New Features
19-
* The output of the `audit` rpc is now sorted by ascending timestamp.
20-
* 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`.
2118

2219
#### Breaking Changes
2320

2421
#### Bug Fixes
25-
* A bug in the `audit` custom categories functionality which switched on-chain and off-chain categories has been fixed.

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const (
2525
// Please update release_notes.md when updating this!
2626
appMajor uint = 0
2727
appMinor uint = 2
28-
appPatch uint = 2
28+
appPatch uint = 3
2929

3030
// appPreRelease MUST only contain characters from semanticAlphabet
3131
// per the semantic versioning spec.

0 commit comments

Comments
 (0)