Skip to content

Commit 62d5716

Browse files
Created a new release
1 parent f3c63e7 commit 62d5716

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 4.1.5
2+
- Increase PR Limit to fetch 100 latest ([#96](https://github.com/WeTransfer/GitBuddy/pull/96)) via [@AvdLee](https://github.com/AvdLee)
3+
- Update README.md ([#92](https://github.com/WeTransfer/GitBuddy/pull/92)) via [@iSapozhnik](https://github.com/iSapozhnik)
4+
- Merge release 4.1.4 into master ([#94](https://github.com/WeTransfer/GitBuddy/pull/94)) via [@wetransferplatform](https://github.com/wetransferplatform)
5+
16
### 4.1.4
27
- Improve error logs for GitBuddy GitHub API failures ([#93](https://github.com/WeTransfer/GitBuddy/pull/93)) via [@AvdLee](https://github.com/AvdLee)
38
- Update `Development` section in `README` file ([#91](https://github.com/WeTransfer/GitBuddy/pull/91)) via [@peagasilva](https://github.com/peagasilva)

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.4"
14+
public static let version = "4.1.5"
1515

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

0 commit comments

Comments
 (0)