diff --git a/CHANGELOG.md b/CHANGELOG.md index 29ac2068..90c8f486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ # Changelog +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). + +## [Unreleased] + +## [0.20.0-alpha.2](https://github.com/XAMPPRocky/octocrab/compare/v0.20.0-alpha.1...v0.20.0-alpha.2) - 2023-03-31 + +### Other +- Update CHANGELOG.md +# Changelog All Octocrab releases are supported by the community and through [GitHub Sponsors][sp]. diff --git a/Cargo.toml b/Cargo.toml index bbce9a4a..cee30a4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "octocrab" -version = "0.20.0-alpha.1" +version = "0.20.0-alpha.2" authors = ["XAMPPRocky "] edition = "2018" readme = "README.md"