This is an automated email from the ASF dual-hosted git repository.
jrmccluskey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 96ab1fb3fe0 Update CHANGES.md
96ab1fb3fe0 is described below
commit 96ab1fb3fe07acf7f7dc9d8c829ae36890d1535c
Author: Jack McCluskey <[email protected]>
AuthorDate: Mon Apr 10 09:18:46 2023 -0400
Update CHANGES.md
Update CHANGES.md to have fields for 2.48.0 release
---
CHANGES.md | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/CHANGES.md b/CHANGES.md
index 3c1bcc06d3f..2ba06fb3514 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -49,6 +49,37 @@
* ([#X](https://github.com/apache/beam/issues/X)).
-->
+# [2.48.0] - Unreleased
+
+## Highlights
+
+* New highly anticipated feature X added to Python SDK
([#X](https://github.com/apache/beam/issues/X)).
+* New highly anticipated feature Y added to Java SDK
([#Y](https://github.com/apache/beam/issues/Y)).
+
+## I/Os
+
+* Support for X source added (Java/Python)
([#X](https://github.com/apache/beam/issues/X)).
+
+## New Features / Improvements
+
+* X feature added (Java/Python)
([#X](https://github.com/apache/beam/issues/X)).
+
+## Breaking Changes
+
+* X behavior was changed ([#X](https://github.com/apache/beam/issues/X)).
+
+## Deprecations
+
+* X behavior is deprecated and will be removed in X versions
([#X](https://github.com/apache/beam/issues/X)).
+
+## Bugfixes
+
+* Fixed X (Java/Python) ([#X](https://github.com/apache/beam/issues/X)).
+
+## Known Issues
+
+* ([#X](https://github.com/apache/beam/issues/X)).
+
# [2.47.0] - Unreleased