Skip to content

Commit bb2334d

Browse files
committed
bumping new version v3.6.0
updating CHANGELOG
1 parent 6e16f73 commit bb2334d

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGELOG.md

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

3+
## [3.6.0] - 2023-01-25
4+
5+
### Added
6+
* Feature: adding support for k8s health endpoints ([#147](https://github.com/TibiaData/tibiadata-api-go/pull/147) by [tobiasehlert](https://github.com/tobiasehlert))
7+
8+
### Changed
9+
* Switching to assert.Empty from assert.Equal empty ([#181](https://github.com/TibiaData/tibiadata-api-go/pull/181) by [tobiasehlert](https://github.com/tobiasehlert))
10+
* Adjusting highscore span to support page up to 23 ([#168](https://github.com/TibiaData/tibiadata-api-go/pull/168) by [tobiasehlert](https://github.com/tobiasehlert))
11+
* Add more spell tests ([#179](https://github.com/TibiaData/tibiadata-api-go/pull/179) by [tobiasehlert](https://github.com/tobiasehlert))
12+
* Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 ([#166](https://github.com/TibiaData/tibiadata-api-go/pull/166) by [dependabot](https://github.com/dependabot))
13+
* Bump golang.org/x/text from 0.4.0 to 0.6.0 ([#170](https://github.com/TibiaData/tibiadata-api-go/pull/170), ([#173](https://github.com/TibiaData/tibiadata-api-go/pull/173) by [dependabot](https://github.com/dependabot))
14+
* Bump golang from 1.19.2 to 1.19.5 ([#169](https://github.com/TibiaData/tibiadata-api-go/pull/169), [#171](https://github.com/TibiaData/tibiadata-api-go/pull/171), [#174](https://github.com/TibiaData/tibiadata-api-go/pull/174) by [dependabot](https://github.com/dependabot))
15+
* Bump github.com/gin-gonic/gin from 1.8.1 to 1.8.2 ([#172](https://github.com/TibiaData/tibiadata-api-go/pull/172) by [dependabot](https://github.com/dependabot))
16+
17+
### Fixed
18+
* Fix issue parsing summon mana cost ([#175](https://github.com/TibiaData/tibiadata-api-go/pull/175) by [soul4soul](https://github.com/soul4soul))
19+
* Fix account badge parsing ([#178](https://github.com/TibiaData/tibiadata-api-go/pull/178) by [tobiasehlert](https://github.com/tobiasehlert))
20+
* Fix guild date format ([#180](https://github.com/TibiaData/tibiadata-api-go/pull/180) by [tobiasehlert](https://github.com/tobiasehlert))
21+
322
## [3.5.1] - 2022-10-19
423

524
### Fixed
@@ -235,6 +254,7 @@ Head over to [tibiadata.com](https://tibiadata.com/2022/03/tibiadata-api-v3-rele
235254

236255
Initial commit
237256

257+
[3.6.0]: https://github.com/tibiadata/tibiadata-api-go/compare/v3.5.1...v3.6.0
238258
[3.5.1]: https://github.com/tibiadata/tibiadata-api-go/compare/v3.5.0...v3.5.1
239259
[3.5.0]: https://github.com/tibiadata/tibiadata-api-go/compare/v3.4.1...v3.5.0
240260
[3.4.1]: https://github.com/tibiadata/tibiadata-api-go/compare/v3.4.0...v3.4.1

0 commit comments

Comments
 (0)