diff options
Diffstat (limited to 'vendor/github.com/spf13/cobra/CHANGELOG.md')
-rw-r--r-- | vendor/github.com/spf13/cobra/CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vendor/github.com/spf13/cobra/CHANGELOG.md b/vendor/github.com/spf13/cobra/CHANGELOG.md index 648c8f490..8a23b4f85 100644 --- a/vendor/github.com/spf13/cobra/CHANGELOG.md +++ b/vendor/github.com/spf13/cobra/CHANGELOG.md @@ -1,5 +1,9 @@ # Cobra Changelog +## v1.1.3 + +* **Fix:** release-branch.cobra1.1 only: Revert "Deprecate Go < 1.14" to maintain backward compatibility + ## v1.1.2 ### Notable Changes |