Skip to content

Commit

Permalink
Release: v1.0.35-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
amir-the-h committed Mar 19, 2023
1 parent 5f64550 commit 6f5b348
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ Changelog
=========
All notable changes to this project will be documented in this file.

v1.0.35-alpha
-------------

### Changed

- Fixed response struct unmarshalling issue

v1.0.34-alpha
-------------

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Installation
-----------------

```bash
go get github.com/amir-the-h/[email protected].34-alpha
go get github.com/amir-the-h/[email protected].35-alpha
```

Usage
Expand Down
2 changes: 1 addition & 1 deletion models/market/market_models.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ type (
Vol24h okex.JSONFloat64 `json:"vol24h"`
SodUtc0 okex.JSONFloat64 `json:"sodUtc0"`
SodUtc8 okex.JSONFloat64 `json:"sodUtc8"`
InstType okex.InstrumentType `json:"instType,string"`
InstType okex.InstrumentType `json:"instType"`
TS okex.JSONTime `json:"ts"`
}
IndexTicker struct {
Expand Down

0 comments on commit 6f5b348

Please sign in to comment.