Skip to content

Commit

Permalink
Update CHANGELOG for v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpmmx authored Aug 17, 2021
1 parent 9781a82 commit 3c397a1
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.6] - 2021-08-17
### Added
- New module: `_meta.py`

### Changed
- In `setup.py`, reads version from the meta module
- Update .gitignore

### Fixed
- In `requests.py`, imports version from the meta module –no need for `pkg_resources` (#18)

## [1.1.5] - 2021-06-28
### Added
- Add POST and PUT support to Hubs endpoint
Expand Down Expand Up @@ -51,12 +62,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Initial release on PyPI

[Unreleased]: https://github.com/onfleet/pyonfleet/compare/v1.1.5...HEAD
[Unreleased]: https://github.com/onfleet/pyonfleet/compare/v1.1.6...HEAD
[1.1.6]: https://github.com/onfleet/pyonfleet/compare/v1.1.5...v1.1.6
[1.1.5]: https://github.com/onfleet/pyonfleet/compare/v1.1.4...v1.1.5
[1.1.4]: https://github.com/onfleet/pyonfleet/compare/v1.1.3...v1.1.4
[1.1.3]: https://github.com/onfleet/pyonfleet/compare/v1.1.2...v1.1.3
[1.1.2]: https://github.com/onfleet/pyonfleet/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/onfleet/pyonfleet/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/onfleet/pyonfleet/compare/v1.0.2...v1.1.0
[1.0.2]: https://github.com/onfleet/pyonfleet/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/onfleet/pyonfleet/releases/tag/v1.0.1
[1.0.1]: https://github.com/onfleet/pyonfleet/releases/tag/v1.0.1

0 comments on commit 3c397a1

Please sign in to comment.