You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,20 @@
1
1
# Changelog
2
2
3
+
## [3.1.0] - 2022-03-10
4
+
5
+
### Changed
6
+
* Renaming Tibiadata to TibiaData ([#90](https://github.com/TibiaData/tibiadata-api-go/pull/90) by [tobiasehlert](https://github.com/tobiasehlert))
7
+
* Removing injection of houseType from assets ([#95](https://github.com/TibiaData/tibiadata-api-go/pull/95) by [tobiasehlert](https://github.com/tobiasehlert))
8
+
* Removing return of loyalty title on no title ([#98](https://github.com/TibiaData/tibiadata-api-go/pull/98) by [tobiasehlert](https://github.com/tobiasehlert))
9
+
* Bump docker/login-action from 1.14.0 to 1.14.1 ([#87](https://github.com/TibiaData/tibiadata-api-go/pull/87) by [dependabot](https://github.com/dependabot))
10
+
* Bump actions/checkout from 2 to 3 ([#88](https://github.com/TibiaData/tibiadata-api-go/pull/88) by [dependabot](https://github.com/dependabot))
11
+
* Bump golang from 1.17.7 to 1.17.8 ([#96](https://github.com/TibiaData/tibiadata-api-go/pull/96) by [dependabot](https://github.com/dependabot))
12
+
13
+
### Fixed
14
+
* Environment function logic fix ([#91](https://github.com/TibiaData/tibiadata-api-go/pull/91) by [tobiasehlert](https://github.com/tobiasehlert))
15
+
* Stop using ioutil as it is deprecated ([#92](https://github.com/TibiaData/tibiadata-api-go/pull/92) by [Pedro-Pessoa](https://github.com/Pedro-Pessoa))
16
+
* Adding sanitize of nsbp string in death section of players ([#99](https://github.com/TibiaData/tibiadata-api-go/pull/99) by [tobiasehlert](https://github.com/tobiasehlert))
17
+
3
18
## [3.0.0] - 2022-03-01
4
19
5
20
### The release of API v3
@@ -131,6 +146,7 @@ Head over to [tibiadata.com](https://tibiadata.com/2022/03/tibiadata-api-v3-rele
0 commit comments