We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d5bea commit 1cc1b3aCopy full SHA for 1cc1b3a
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+### v0.8.0.pre
2
+
3
+* deprecations
4
+ * Remove `BeyondApi::Shop#open`
5
+ * Remove `BeyondApi::Shop#close`
6
+ * Remove `BeyondApi::Scopes`
7
8
+* features
9
+ * Add `BeyondApi::Token#client_credentials`
10
11
+* enhancements
12
+ * Create a custom `BeyondApi::Error` class
13
+ * Avoid duplicated code on token response handling
14
15
### v0.7.1.pre
16
17
* bug-fixes
@@ -6,12 +20,12 @@
20
21
### v0.7.0.pre
22
-* features
- * Add `Products#assign_variation_images_differentiator` method
-
23
* deprecations
24
* `Variations#adjust_stock_level` receives parameter `relative_amount` instead of `body`
25
26
27
+ * Add `Products#assign_variation_images_differentiator` method
28
29
### v0.6.0.pre
30
31
0 commit comments