Skip to content

Commit dd4329d

Browse files
authored
Merge pull request #147 from lightninglabs/faraday-0-2-8
Use GitHub auto-generated release notes for next release, bump version to v0.2.8-alpha
2 parents 89e0a05 + f74eaf6 commit dd4329d

File tree

3 files changed

+1
-45
lines changed

3 files changed

+1
-45
lines changed

.github/pull_request_template.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
#### Pull Request Checklist
2-
- [ ] Update `release_notes.md` if your PR contains major features, breaking
3-
changes or bugfixes
42
- [ ] Update `MinLndVersion` if your PR uses new RPC methods or fields of `lnd`.

release_notes.md

Lines changed: 0 additions & 42 deletions
This file was deleted.

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 = 7
28+
appPatch uint = 8
2929

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

0 commit comments

Comments
 (0)