Skip to content

Commit 6f1a6d6

Browse files
committed
bumping new version v4.5.0
updating CHANGELOG
1 parent 08780bd commit 6f1a6d6

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

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

3+
## [4.5.0] - 2025-09-22
4+
5+
### Changed
6+
7+
- ci: use multiple runners for build ([#508](https://github.com/tibiadata/tibiadata-api-go/pull/508) by [tobiasehlert](https://github.com/tobiasehlert))
8+
- ci: use sha instead of tag on steps ([#487](https://github.com/tibiadata/tibiadata-api-go/pull/487) by [tobiasehlert](https://github.com/tobiasehlert))
9+
- lowercase GitHub organisation name ([#507](https://github.com/tibiadata/tibiadata-api-go/pull/507) by [tobiasehlert](https://github.com/tobiasehlert))
10+
- bump actions/setup-go from 5.5.0 to 6.0.0 ([#495](https://github.com/tibiadata/tibiadata-api-go/pull/495) by [dependabot](https://github.com/dependabot))
11+
- bump codecov/codecov-action from 5.4.3 to 5.5.1 ([#488](https://github.com/tibiadata/tibiadata-api-go/pull/488), [#496](https://github.com/tibiadata/tibiadata-api-go/pull/496) by [dependabot](https://github.com/dependabot))
12+
- bump github/codeql-action from 3.29.10 to 3.30.3 ([#489](https://github.com/tibiadata/tibiadata-api-go/pull/489), [#494](https://github.com/tibiadata/tibiadata-api-go/pull/494), [#497](https://github.com/tibiadata/tibiadata-api-go/pull/497), [#500](https://github.com/tibiadata/tibiadata-api-go/pull/500), [#501](https://github.com/tibiadata/tibiadata-api-go/pull/501) by [dependabot](https://github.com/dependabot))
13+
- bump sigstore/cosign-installer from 3.9.2 to 3.10.0 ([#503](https://github.com/tibiadata/tibiadata-api-go/pull/503) by [dependabot](https://github.com/dependabot))
14+
- bump alpine from 3.21.3 to 3.22.1 ([#475](https://github.com/tibiadata/tibiadata-api-go/pull/475), [#482](https://github.com/tibiadata/tibiadata-api-go/pull/482) by [dependabot](https://github.com/dependabot))
15+
- bump golang from 1.24.2 to 1.25.1 ([#477](https://github.com/tibiadata/tibiadata-api-go/pull/477), [#481](https://github.com/tibiadata/tibiadata-api-go/pull/481), [#484](https://github.com/tibiadata/tibiadata-api-go/pull/484), [#486](https://github.com/tibiadata/tibiadata-api-go/pull/486), [#502](https://github.com/tibiadata/tibiadata-api-go/pull/502) by [dependabot](https://github.com/dependabot))
16+
- bump github.com/gin-gonic/gin from 1.10.0 to 1.11.0 ([#474](https://github.com/tibiadata/tibiadata-api-go/pull/474), [#510](https://github.com/tibiadata/tibiadata-api-go/pull/510) by [dependabot](https://github.com/dependabot))
17+
- bump github.com/PuerkitoBio/goquery from 1.10.2 to 1.10.3 ([#468](https://github.com/tibiadata/tibiadata-api-go/pull/468) by [dependabot](https://github.com/dependabot))
18+
- bump github.com/stretchr/testify from 1.10.0 to 1.11.1 ([#492](https://github.com/tibiadata/tibiadata-api-go/pull/492), [#493](https://github.com/tibiadata/tibiadata-api-go/pull/493) by [dependabot](https://github.com/dependabot))
19+
- bump golang.org/x/net from 0.36.0 to 0.38.0 ([#469](https://github.com/tibiadata/tibiadata-api-go/pull/469) by [dependabot](https://github.com/dependabot))
20+
- bump golang.org/x/text from 0.24.0 to 0.29.0 ([#472](https://github.com/tibiadata/tibiadata-api-go/pull/472), [#476](https://github.com/tibiadata/tibiadata-api-go/pull/476), [#480](https://github.com/tibiadata/tibiadata-api-go/pull/480), [#483](https://github.com/tibiadata/tibiadata-api-go/pull/483), [#498](https://github.com/tibiadata/tibiadata-api-go/pull/498) by [dependabot](https://github.com/dependabot))
21+
22+
### Fixed
23+
24+
- ci: use dockerhub variable instead ([#509](https://github.com/tibiadata/tibiadata-api-go/pull/509) by [tobiasehlert](https://github.com/tobiasehlert))
25+
- character death entry with lowercased of-creature ([#505](https://github.com/tibiadata/tibiadata-api-go/pull/505) by [tobiasehlert](https://github.com/tobiasehlert))
26+
- remove iso-encoding for umlaut issue ([#506](https://github.com/tibiadata/tibiadata-api-go/pull/506) by [tobiasehlert](https://github.com/tobiasehlert))
27+
- use 555 for binary ([#499](https://github.com/tibiadata/tibiadata-api-go/pull/499) by [tobiasehlert](https://github.com/tobiasehlert))
28+
329
## [4.4.0] - 2025-04-08
430

531
### Added
@@ -626,6 +652,7 @@ Head over to [tibiadata.com](https://tibiadata.com/2022/03/tibiadata-api-v3-rele
626652

627653
Initial commit
628654

655+
[4.5.0]: https://github.com/tibiadata/tibiadata-api-go/compare/v4.4.0...v4.5.0
629656
[4.4.0]: https://github.com/tibiadata/tibiadata-api-go/compare/v4.3.6...v4.4.0
630657
[4.3.6]: https://github.com/tibiadata/tibiadata-api-go/compare/v4.3.5...v4.3.6
631658
[4.3.5]: https://github.com/tibiadata/tibiadata-api-go/compare/v4.3.4...v4.3.5

0 commit comments

Comments
 (0)