Skip to content

Commit 50e68d2

Browse files
committed
0.2.0
1 parent 3597667 commit 50e68d2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## [0.2.0] - 2025-07-30
4+
5+
- Add support for service restart endpoint (Barry Hess).
6+
- Updated syntax for latest Rubocop preferences.
7+
- Updated tested Ruby versions to 3.1-3.4 (dropping official support for 2.7, 3.0).
8+
39
## [0.1.0] - 2022-05-29
410

511
- Ensure POST data is sent as JSON with camelCased keys (David Mauskop).

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.1.0"
5+
spec.version = "0.2.0"
66
spec.authors = ["Pat Allan"]
77
spec.email = ["[email protected]"]
88

0 commit comments

Comments
 (0)