diff --git a/CHANGELOG.md b/CHANGELOG.md index 721f220..c92c4a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,10 +2,16 @@ 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.1.0/), +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.0.2] - 2025-02-24 +## [Unreleased] + +### Changed + +- Corrected ReadMe links + +## [0.4.0] - 2025-02-24 ### Added diff --git a/README.md b/README.md index b68b2d0..f687873 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This module is used to interact with the Xurrent API. It provides a set of class ## Change Log -[ChangeLog.md](https://github.com/fasteiner/xurrent-python/blob/main/ChangeLog.md) +[ChangeLog.md](https://github.com/fasteiner/xurrent-python/blob/main/CHANGELOG.md) ## Contributing diff --git a/pyproject.toml b/pyproject.toml index dc8e1ee..07814b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "xurrent" -version = "0.4.0" +version = "0.5.0-preview.8" authors = [ { name="Fabian Steiner", email="fabian@stei-ner.net" }, ] @@ -18,7 +18,7 @@ Homepage = "https://github.com/fasteiner/xurrent-python" Issues = "https://github.com/fasteiner/xurrent-python/issues" [tool.poetry] name = "xurrent" -version = "0.4.0" +version = "0.5.0-preview.8" description = "A python module to interact with the Xurrent API." authors = ["Ing. Fabian Franz Steiner BSc. "] readme = "README.md"