Return to development (#3392)
Co-authored-by: doriable <doriable@users.noreply.github.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ce20885..ddbdc67 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+## [Unreleased]
+
+- No changes yet.
+
## [v1.45.0] - 2024-10-08
- Update `buf registry module info --format=json` to add `default_label_name`, which provides the name
@@ -1278,6 +1282,7 @@
Initial beta release.
+[Unreleased]: https://github.com/bufbuild/buf/compare/v1.45.0...HEAD
[v1.45.0]: https://github.com/bufbuild/buf/compare/v1.44.0...v1.45.0
[v1.44.0]: https://github.com/bufbuild/buf/compare/v1.43.0...v1.44.0
[v1.43.0]: https://github.com/bufbuild/buf/compare/v1.42.0...v1.43.0
diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go
index d9c5bd5..64d2549 100644
--- a/private/buf/bufcli/bufcli.go
+++ b/private/buf/bufcli/bufcli.go
@@ -15,4 +15,4 @@
package bufcli
// Version is the CLI version of buf.
-const Version = "1.45.0"
+const Version = "1.45.1-dev"