We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3597667 commit 50e68d2Copy full SHA for 50e68d2
2 files changed
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## [Unreleased]
2
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
9
## [0.1.0] - 2022-05-29
10
11
- Ensure POST data is sent as JSON with camelCased keys (David Mauskop).
render_api.gemspec
@@ -2,7 +2,7 @@
Gem::Specification.new do |spec|
spec.name = "render_api"
- spec.version = "0.1.0"
+ spec.version = "0.2.0"
spec.authors = ["Pat Allan"]
spec.email = ["pat@freelancing-gods.com"]
0 commit comments