Skip to content

Commit 5d579f2

Browse files
committed
Prepare for release 0.8
1 parent baf1e16 commit 5d579f2

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## [0.8] — 2025-02-23
4+
5+
#### 🚀 New Feature
6+
7+
- Updated schema and added new endpoints:
8+
* age_rating_category
9+
* age_rating_content_descriptions_v2
10+
* age_rating_organizations
11+
* character_genders
12+
* character_species
13+
* company_statuses
14+
* date_formats
15+
* external_game_sources
16+
* game_release_formats
17+
* game_statuses
18+
* game_types
19+
* platform_types
20+
* release_date_regions
21+
* website_types
22+
23+
This change is binary incompatible.
24+
25+
#### 🤖 Dependencies
26+
27+
- Kotlin 2.1.10
28+
- Wire 5.3.0
29+
- Updated other internal dependencies
30+
331
## [0.7] — 2025-01-15
432

533
### Added

config/version.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
igdbclient_version = 0.8-SNAPSHOT
1+
igdbclient_version = 0.8
22

33
#igdbclient_core_version = 0.1-SNAPSHOT
44
#igdbclient_ktor_version = 0.1-SNAPSHOT

0 commit comments

Comments
 (0)