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 ad23c74 commit 26a2b5aCopy full SHA for 26a2b5a
CHANGELOG.md
@@ -1,5 +1,12 @@
1
## [Unreleased]
2
3
+## [0.1.0] - 2022-05-29
4
+
5
+- Ensure POST data is sent as JSON with camelCased keys (David Mauskop).
6
+- Add support for job endpoints (David Mauskop).
7
+- Add support for domain endpoints.
8
+- Add support for all remaining service endpoints.
9
10
## [0.0.1] - 2021-12-12
11
12
- Initial release
render_api.gemspec
@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "render_api"
- spec.version = "0.0.1"
+ spec.version = "0.1.0"
spec.authors = ["Pat Allan"]
spec.email = ["[email protected]"]
0 commit comments