Skip to content

Commit 7a0ecd0

Browse files
committed
bumping new version v3.3.0
updating CHANGELOG
1 parent d924fd7 commit 7a0ecd0

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

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

3+
## [3.3.0] - 2022-07-27
4+
5+
### Added
6+
* Add support to new boostable bosses page ([#152](https://github.com/TibiaData/tibiadata-api-go/pull/152) by [tiagomartines11](https://github.com/tiagomartines11))
7+
8+
### Changed
9+
* Removing **v** in container image tag ([#144](https://github.com/TibiaData/tibiadata-api-go/pull/144) by [tobiasehlert](https://github.com/tobiasehlert))
10+
* Updating `go build` step in dockerfile ([#148](https://github.com/TibiaData/tibiadata-api-go/pull/148) by [tobiasehlert](https://github.com/tobiasehlert))
11+
* Some go mod and workflow build updates ([#137](https://github.com/TibiaData/tibiadata-api-go/pull/137) by [tobiasehlert](https://github.com/tobiasehlert))
12+
* Bump github.com/gin-gonic/gin from 1.7.7 to 1.8.1 ([#136](https://github.com/TibiaData/tibiadata-api-go/pull/136), [#140](https://github.com/TibiaData/tibiadata-api-go/pull/140) by [dependabot](https://github.com/dependabot))
13+
* Bump golang from 1.18.1 to 1.18.4 ([#135](https://github.com/TibiaData/tibiadata-api-go/pull/135), [#138](https://github.com/TibiaData/tibiadata-api-go/pull/138), [#149](https://github.com/TibiaData/tibiadata-api-go/pull/149) by [dependabot](https://github.com/dependabot))
14+
* Bump github.com/stretchr/testify from 1.7.1 to 1.8.0 ([#139](https://github.com/TibiaData/tibiadata-api-go/pull/139), [#141](https://github.com/TibiaData/tibiadata-api-go/pull/141), [#142](https://github.com/TibiaData/tibiadata-api-go/pull/142), [#143](https://github.com/TibiaData/tibiadata-api-go/pull/143) by [dependabot](https://github.com/dependabot))
15+
* Bump github.com/gin-contrib/gzip from 0.0.5 to 0.0.6 by @dependabot in ([#145](https://github.com/TibiaData/tibiadata-api-go/pull/145) by [dependabot](https://github.com/dependabot))
16+
17+
### Fixed
18+
* Parsing issue when guild description contains founded string ([#151](https://github.com/TibiaData/tibiadata-api-go/pull/151) by [tobiasehlert](https://github.com/tobiasehlert))
19+
320
## [3.2.2] - 2022-05-12
421

522
### Changed
@@ -183,6 +200,7 @@ Head over to [tibiadata.com](https://tibiadata.com/2022/03/tibiadata-api-v3-rele
183200

184201
Initial commit
185202

203+
[3.3.0]: https://github.com/tibiadata/tibiadata-api-go/compare/v3.2.2...v3.3.0
186204
[3.2.2]: https://github.com/tibiadata/tibiadata-api-go/compare/v3.2.1...v3.2.2
187205
[3.2.1]: https://github.com/tibiadata/tibiadata-api-go/compare/v3.2.0...v3.2.1
188206
[3.2.0]: https://github.com/tibiadata/tibiadata-api-go/compare/v3.1.1...v3.2.0

0 commit comments

Comments
 (0)