Bump version to 0.17.0

Minor release for the OAuth device flow (RFC 8628), token introspection
(RFC 7662), dynamic client registration (RFC 7591), and resource indicators
(RFC 8707), plus the security hardening from the branch review.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DUaWqESTbUEdSi9erQ3jgt
This commit is contained in:
Dan Milne
2026-07-19 15:55:17 +10:00
co-authored by Claude Opus 4.8
parent 8c370d0829
commit 808fb06500
+1 -1
View File
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Clinch
VERSION = "0.16.3"
VERSION = "0.17.0"
end