Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
renatav committed Sep 29, 2021
1 parent 0128d6d commit daac90b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog][keepachangelog],
and this project adheres to [Semantic Versioning][semver].



## [Unreleased]

### Added
Expand All @@ -17,6 +18,20 @@ and this project adheres to [Semantic Versioning][semver].
### Fixed


## [0.11.1] - 09/29/2021

### Added


### Changed

- Removed generate schema docs due to their long names causing issues on Windows when installing taf ([181])

### Fixed

[181]: https://github.com/openlawlibrary/taf/pull/181


## [0.11.0] - 09/28/2021


Expand Down Expand Up @@ -485,7 +500,8 @@ and this project adheres to [Semantic Versioning][semver].
[keepachangelog]: https://keepachangelog.com/en/1.0.0/
[semver]: https://semver.org/spec/v2.0.0.html

[Unreleased]: https://github.com/openlawlibrary/taf/compare/v0.11.0...HEAD
[Unreleased]: https://github.com/openlawlibrary/taf/compare/v0.11.1...HEAD
[0.11.1]: https://github.com/openlawlibrary/taf/compare/v0.11.0...v0.11.1
[0.11.0]: https://github.com/openlawlibrary/taf/compare/v0.10.1...v0.11.0
[0.10.1]: https://github.com/openlawlibrary/taf/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/openlawlibrary/taf/compare/v0.9.0...v0.10.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import find_packages, setup

PACKAGE_NAME = "taf"
VERSION = "0.11.0"
VERSION = "0.11.1"
AUTHOR = "Open Law Library"
AUTHOR_EMAIL = "[email protected]"
DESCRIPTION = "Implementation of archival authentication"
Expand Down

0 comments on commit daac90b

Please sign in to comment.