Skip to content

Commit

Permalink
Merge pull request #94 from WeTransfer/release/4.1.4
Browse files Browse the repository at this point in the history
Merge release 4.1.4 into master
  • Loading branch information
AvdLee authored Oct 31, 2022
2 parents e0d5b68 + acd1618 commit 83a25b4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 4.1.4
- Improve error logs for GitBuddy GitHub API failures ([#93](https://github.com/WeTransfer/GitBuddy/pull/93)) via [@AvdLee](https://github.com/AvdLee)
- Update `Development` section in `README` file ([#91](https://github.com/WeTransfer/GitBuddy/pull/91)) via [@peagasilva](https://github.com/peagasilva)
- Update `octokit.swift` dependency ([#90](https://github.com/WeTransfer/GitBuddy/pull/90)) via [@peagasilva](https://github.com/peagasilva)
- Merge release 4.1.3 into master ([#84](https://github.com/WeTransfer/GitBuddy/pull/84)) via [@wetransferplatform](https://github.com/wetransferplatform)

### 4.1.3
- Filter emojis out of changelog ([#82](https://github.com/WeTransfer/GitBuddy/pull/82)) via [@AvdLee](https://github.com/AvdLee)
- Merge release 4.1.2 into master ([#81](https://github.com/WeTransfer/GitBuddy/pull/81)) via [@wetransferplatform](https://github.com/wetransferplatform)
Expand Down
2 changes: 1 addition & 1 deletion Sources/GitBuddyCore/Commands/GitBuddy.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import Foundation

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

public static let configuration = CommandConfiguration(
commandName: "gitbuddy",
Expand Down
2 changes: 1 addition & 1 deletion Submodules/WeTransfer-iOS-CI

0 comments on commit 83a25b4

Please sign in to comment.