max_exchange_api 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 327b1ec2c4309ce19f84c695d509ff3453892a0dae46f49b3ca10e35b8a40d8d
4
- data.tar.gz: 62718eaf53c45cee636994ea089a3cfa97cf8deded47329096f2cdfd2e797601
3
+ metadata.gz: e9883e4c73dc36f515dc4e27489443c9f8eb800cc6315645b144822a1f178cd5
4
+ data.tar.gz: d49d951b9a9d8b5c81896d3fedb7986aa94bab9f0a4ed37679ec5e5acc7b9b17
5
5
  SHA512:
6
- metadata.gz: fe9f7dd4e55b8a38b358c274da37432e7afaaa1f630c94dff9fd88aa3c076674431ec485c7ff498e8365b1d9d25d53131c74f656476e138c9c56668fbfe37eb2
7
- data.tar.gz: 6b52515ff0b5c2009cc098e066b24405082992b5c641d16a605fafa5843c386efe76469cff18bdcbc50bc4827f22ac0c0ca39c2c841e0204a1de2ffcdb00b838
6
+ metadata.gz: 45d18c83d42b2c7f77b45ba0107537764b6812c8871a275edf03dac0e636385ddf707266b388afe39ad5638d8647e31325a1a035a4fa479f6e3438ae8460540e
7
+ data.tar.gz: 742dd37d43359f426e7ac4184438d46faf785fdc14ad6da5f2fd66d50a04d995868b40496813b988c4a53ac2f05234afba92f43548f2c2e8c6ebb9b949a1cf1e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  ## Change Log
2
2
 
3
+ ### [upcoming](https://github.com/khiav223577/max_exchange_api/compare/v2.0.0...HEAD) 2026/05/08
4
+ - [#17](https://github.com/khiav223577/max_exchange_api/pull/17) Fix: missing params for get sub_accounts API (@khiav223577)
5
+
6
+ ### [v2.0.0](https://github.com/khiav223577/max_exchange_api/compare/v1.4.0...v2.0.0) 2026/04/14
7
+ - [#16](https://github.com/khiav223577/max_exchange_api/pull/16) Support sub-accounts API (@khiav223577)
8
+ - [#15](https://github.com/khiav223577/max_exchange_api/pull/15) Support V3 API (@khiav223577)
9
+
10
+ ### [v1.4.0](https://github.com/khiav223577/max_exchange_api/compare/v1.3.0...v1.4.0) 2025/10/11
11
+ - [#13](https://github.com/khiav223577/max_exchange_api/pull/13) FEATURE: Support v3 available loan amount API (@khiav223577)
12
+ - [#14](https://github.com/khiav223577/max_exchange_api/pull/14) FIX: The Code Climate API was disabled on July 18th, 2025. (@khiav223577)
13
+
3
14
  ### [v1.3.0](https://github.com/khiav223577/max_exchange_api/compare/v1.2.0...v1.3.0) 2021/11/29
4
15
  - [#12](https://github.com/khiav223577/max_exchange_api/pull/12) Support Ruby 3.0 (@khiav223577)
5
16
  - [#11](https://github.com/khiav223577/max_exchange_api/pull/11) Add user agent to headers (@khiav223577)