Skip to content

Commit

Permalink
v3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianToledano committed Mar 1, 2025
1 parent 5f93685 commit d7188fe
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ Ref: https://keepachangelog.com/en/1.0.0/

## Unreleased

## [v3.0.2](https://github.com/JulianToledano/goingecko/releases/tag/v3.0.2) - 2025-03-01

### Bug Fixes

* [#42](https://github.com/JulianToledano/goingecko/pull/42) Update `categories` endpoint.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ Coingecko API client for golang.
|-----------------------------------------|--|--------------------------|----|
| /asset_platforms || AssetPlatforms | 🦎 |
| /token_lists/asset_platform_id/all.json || | 👑 |
| /key || AssetPlatforms | 🦎 |
| /exchange_rates || | 💼 |
| /key || AssetPlatforms | 💼 |
| /exchange_rates || | 🦎 |
| /search || Search | 🦎 |
| /search/trending || Trending | 🦎 |
| /global || Global | 🦎 |
Expand Down
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
module github.com/JulianToledano/goingecko/v3

go 1.22.4

retract (
v3.0.0 // Wrong Categories endpoint.
v3.0.1 // Wrong Categories endpoint.
)

0 comments on commit d7188fe

Please sign in to comment.