Skip to content

Commit 86fc1b9

Browse files
authored
Merge pull request #318 from alexbosworth/v0.11.1-beta
version: bump to 0.11.1-beta
2 parents 6552bf4 + 83d1ea3 commit 86fc1b9

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

release_notes.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ This file tracks release notes for the loop client.
1616

1717
#### NewFeatures
1818

19-
* When requesting a swap, a new `initiator` field can be set on the gRPC/REST
20-
interface that is appended to the user agent string that is sent to the server
21-
to give information about Loop usage. The initiator field is meant for user
22-
interfaces to add their name to give the full picture of the binary used
23-
(`loopd`, LiT) and the method/interface used for triggering the swap (`loop`
24-
CLI, autolooper, LiT UI, other 3rd party UI).
25-
2619
#### Breaking Changes
2720

2821
#### Bug Fixes

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const (
2727
// Note: please update release_notes.md when you change these values.
2828
appMajor uint = 0
2929
appMinor uint = 11
30-
appPatch uint = 0
30+
appPatch uint = 1
3131

3232
// appPreRelease MUST only contain characters from semanticAlphabet per
3333
// the semantic versioning spec.

0 commit comments

Comments
 (0)