Skip to content

Commit 83a25b4

Browse files
authored
Merge pull request #94 from WeTransfer/release/4.1.4
Merge release 4.1.4 into master
2 parents e0d5b68 + acd1618 commit 83a25b4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 4.1.4
2+
- Improve error logs for GitBuddy GitHub API failures ([#93](https://github.com/WeTransfer/GitBuddy/pull/93)) via [@AvdLee](https://github.com/AvdLee)
3+
- Update `Development` section in `README` file ([#91](https://github.com/WeTransfer/GitBuddy/pull/91)) via [@peagasilva](https://github.com/peagasilva)
4+
- Update `octokit.swift` dependency ([#90](https://github.com/WeTransfer/GitBuddy/pull/90)) via [@peagasilva](https://github.com/peagasilva)
5+
- Merge release 4.1.3 into master ([#84](https://github.com/WeTransfer/GitBuddy/pull/84)) via [@wetransferplatform](https://github.com/wetransferplatform)
6+
17
### 4.1.3
28
- Filter emojis out of changelog ([#82](https://github.com/WeTransfer/GitBuddy/pull/82)) via [@AvdLee](https://github.com/AvdLee)
39
- Merge release 4.1.2 into master ([#81](https://github.com/WeTransfer/GitBuddy/pull/81)) via [@wetransferplatform](https://github.com/wetransferplatform)

Sources/GitBuddyCore/Commands/GitBuddy.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Foundation
1111

1212
/// Entry class of GitBuddy that registers commands and handles execution.
1313
public struct GitBuddy: ParsableCommand {
14-
public static let version = "4.1.3"
14+
public static let version = "4.1.4"
1515

1616
public static let configuration = CommandConfiguration(
1717
commandName: "gitbuddy",

Submodules/WeTransfer-iOS-CI

0 commit comments

Comments
 (0)