Skip to content

Commit e923bcc

Browse files
committed
bumping new version v0.5.1
updating CHANGELOG
1 parent c1469c4 commit e923bcc

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.5.1] - 2022-01-28
4+
5+
### Added
6+
* Adding gzip compression middleware ([#73](https://github.com/TibiaData/tibiadata-api-go/pull/73) by [tobiasehlert](https://github.com/tobiasehlert))
7+
* Swagger documentation annotations ([#67](https://github.com/TibiaData/tibiadata-api-go/pull/67) by [tobiasehlert](https://github.com/tobiasehlert))
8+
9+
### Changed
10+
* Add some 'fake' unit tests to up coverage on webserver.go ([#71](https://github.com/TibiaData/tibiadata-api-go/pull/71) by [kamilon](https://github.com/kamilon))
11+
* Add unit tests for House Overview and House APIs ([#72](https://github.com/TibiaData/tibiadata-api-go/pull/72) by [kamilon](https://github.com/kamilon))
12+
313
## [0.5.0] - 2022-01-19
414

515
### Added
@@ -88,6 +98,7 @@
8898

8999
Initial commit
90100

101+
[0.5.1]: https://github.com/tibiadata/tibiadata-api-go/compare/v0.5.1...v0.5.1
91102
[0.5.0]: https://github.com/tibiadata/tibiadata-api-go/compare/v0.4.0...v0.5.0
92103
[0.4.0]: https://github.com/tibiadata/tibiadata-api-go/compare/v0.3.0...v0.4.0
93104
[0.3.0]: https://github.com/tibiadata/tibiadata-api-go/compare/v0.2.0...v0.3.0

0 commit comments

Comments
 (0)