From c3f241b585bb9def8e8f56acba0881d8381f0fc3 Mon Sep 17 00:00:00 2001 From: Dominik Braun Date: Wed, 17 Aug 2022 21:44:41 +0200 Subject: [PATCH] Add release 0.9.0 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7636d187..4f495292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.9.0] - 2022-08-16 +## [0.9.0] - 2022-08-17 ### Added * Added the `Graph.AddVertex` method for adding a vertex. This replaces `Graph.Vertex`.