diff --git a/CHANGELOG.md b/CHANGELOG.md index 7955cfc..82fa5d8 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). -## [X.X.X] +## [2.0.0] ### Added - Missing status code handling in `notes.get()`. - Support for hide note endpoint. diff --git a/src/osm_easy_api/__init__.py b/src/osm_easy_api/__init__.py index c399681..19ce44e 100644 --- a/src/osm_easy_api/__init__.py +++ b/src/osm_easy_api/__init__.py @@ -1,4 +1,4 @@ -VERSION = "1.1.1" +VERSION = "2.0.0" from .data_classes import * from .diff import Diff, Frequency