Skip to content

Commit 26a2b5a

Browse files
committed
0.1.0
1 parent ad23c74 commit 26a2b5a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## [Unreleased]
22

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+
310
## [0.0.1] - 2021-12-12
411

512
- Initial release

render_api.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "render_api"
5-
spec.version = "0.0.1"
5+
spec.version = "0.1.0"
66
spec.authors = ["Pat Allan"]
77
spec.email = ["[email protected]"]
88

0 commit comments

Comments
 (0)