Skip to content

Commit

Permalink
Release 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metaodi committed Jan 8, 2024
1 parent 749aaca commit e0c62af
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project follows [Semantic Versioning](http://semver.org/).

## [Unreleased][unreleased]

## [8.1.0] - 2024-01-08
### Changed
- Renamed `type` to `waste_type` in calendar output
- Accept sort parameter `type` (mapped to `waste_type`)
Expand Down Expand Up @@ -459,7 +461,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
- `Fixed` for any bug fixes.
- `Security` to invite users to upgrade in case of vulnerabilities.

[Unreleased]: https://github.com/metaodi/openerz/compare/v8.0.0...HEAD
[Unreleased]: https://github.com/metaodi/openerz/compare/v8.1.0...HEAD
[8.1.0]: https://github.com/metaodi/openerz/compare/v8.0.0...v8.1.0
[8.0.0]: https://github.com/metaodi/openerz/compare/v7.0.1...v8.0.0
[7.0.1]: https://github.com/metaodi/openerz/compare/v7.0.0...v7.0.1
[7.0.0]: https://github.com/metaodi/openerz/compare/v6.3.0...v7.0.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openerz",
"version": "8.0.0",
"version": "8.1.0",
"description": "Open ERZ API",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e0c62af

Please sign in to comment.