Skip to content

Commit

Permalink
Release 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
metaodi committed Jan 8, 2024
1 parent f0fbc54 commit 9591e90
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.0.0] - 2024-01-08
### Removed
- BC-Break: remove region and waste type based API endpoints, keep it simple!

Expand Down Expand Up @@ -446,7 +448,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/v7.0.1...HEAD
[Unreleased]: https://github.com/metaodi/openerz/compare/v8.0.0...HEAD
[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
[6.3.0]: https://github.com/metaodi/openerz/compare/v6.2.0...v6.3.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": "7.0.1",
"version": "8.0.0",
"description": "Open ERZ API",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9591e90

Please sign in to comment.