File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 2.0.0]
10+
11+ ### Changed
12+
13+ - Released stable v2.0.0. See [ migration] ( ./MIGRATION.md ) for details and migration
14+ guidelines. ([ #279 ] )
15+
916## [ 2.0.0.alpha6]
1017
1118### Changed
@@ -336,3 +343,4 @@ CloudEvents v2 is a rewrite with ongoing development ([#271])
336343[ #275 ] : https://github.com/cloudevents/sdk-python/pull/275
337344[ #276 ] : https://github.com/cloudevents/sdk-python/pull/276
338345[ #278 ] : https://github.com/cloudevents/sdk-python/pull/278
346+ [ #279 ] : https://github.com/cloudevents/sdk-python/pull/279
Original file line number Diff line number Diff line change 22requests
33Pillow
44pytest
5- cloudevents == 2.0.0a6
5+ cloudevents == 2.0.0
Original file line number Diff line number Diff line change 11flask
22requests
33pytest
4- cloudevents == 2.0.0a6
4+ cloudevents == 2.0.0
Original file line number Diff line number Diff line change 1212# License for the specific language governing permissions and limitations
1313# under the License.
1414
15- __version__ = "2.0.0-alpha6 "
15+ __version__ = "2.0.0"
You can’t perform that action at this time.
0 commit comments