File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "info" : {
44 "title" : " Permify API" ,
55 "description" : " Permify is an open source authorization service for creating fine-grained and scalable authorization systems." ,
6- "version" : " v1.6.6 " ,
6+ "version" : " v1.6.7 " ,
77 "contact" : {
88 "name" : " API Support" ,
99 "url" : " https://github.com/Permify/permify/issues" ,
Original file line number Diff line number Diff line change 33 "info" : {
44 "title" : " Permify API" ,
55 "description" : " Permify is an open source authorization service for creating fine-grained and scalable authorization systems." ,
6- "version" : " v1.6.6 " ,
6+ "version" : " v1.6.7 " ,
77 "contact" : {
88 "name" : " API Support" ,
99 "url" : " https://github.com/Permify/permify/issues" ,
Original file line number Diff line number Diff line change 33 "info" : {
44 "title" : " Permify API" ,
55 "description" : " Permify is an open source authorization service for creating fine-grained and scalable authorization systems." ,
6- "version" : " v1.6.6 " ,
6+ "version" : " v1.6.7 " ,
77 "contact" : {
88 "name" : " API Support" ,
99 "url" : " https://github.com/Permify/permify/issues" ,
Original file line number Diff line number Diff line change @@ -285,6 +285,7 @@ github.com/elastic/go-windows v1.0.2 h1:yoLLsAsV5cfg9FLhZ9EXZ2n2sQFKeDYrHenkcivY
285285github.com/elastic/go-windows v1.0.2 /go.mod h1:bGcDpBzXgYSqM0Gx3DM4+UxFj300SZLixie9u9ixLM8 =
286286github.com/envoyproxy/go-control-plane v0.13.4 /go.mod h1:kDfuBlDVsSj2MjrLEtRWtHlsWIFcGyB2RMO44Dc5GZA =
287287github.com/envoyproxy/go-control-plane v0.13.5-0.20251024222203-75eaa193e329 /go.mod h1:Alz8LEClvR7xKsrq3qzoc4N0guvVNSS8KmSChGYr9hs =
288+ github.com/envoyproxy/go-control-plane v0.14.0 /go.mod h1:NcS5X47pLl/hfqxU70yPwL9ZMkUlwlKxtAohpi2wBEU =
288289github.com/envoyproxy/go-control-plane/ratelimit v0.1.0 h1:/G9QYbddjL25KvtKTv3an9lx6VBE2cnb8wp1vEGNYGI =
289290github.com/envoyproxy/go-control-plane/ratelimit v0.1.0 /go.mod h1:Wk+tMFAFbCXaJPzVVHnPgRKdUdwW/KdbRt94AzgRee4 =
290291github.com/francoispqt/gojay v1.2.13 /go.mod h1:ehT5mTG4ua4581f1++1WLG0vPdaA9HaiDsoyrBGkyDY =
@@ -444,6 +445,7 @@ github.com/ziutek/mymysql v1.5.4/go.mod h1:LMSpPZ6DbqWFxNCHW77HeMg9I646SAhApZ/wK
444445go.opentelemetry.io/contrib/detectors/gcp v1.36.0 /go.mod h1:IbBN8uAIIx734PTonTPxAxnjc2pQTxWNkwfstZ+6H2k =
445446go.opentelemetry.io/contrib/detectors/gcp v1.38.0 h1:ZoYbqX7OaA/TAikspPl3ozPI6iY6LiIY9I8cUfm+pJs =
446447go.opentelemetry.io/contrib/detectors/gcp v1.38.0 /go.mod h1:SU+iU7nu5ud4oCb3LQOhIZ3nRLj6FNVrKgtflbaf2ts =
448+ go.opentelemetry.io/contrib/detectors/gcp v1.39.0 /go.mod h1:t/OGqzHBa5v6RHZwrDBJ2OirWc+4q/w2fTbLZwAKjTk =
447449go.uber.org/atomic v1.9.0 h1:ECmE8Bn/WFTYwEW/bpKD3M8VtR/zQVbavAoalC1PYyE =
448450go.uber.org/atomic v1.9.0 /go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc =
449451go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee h1:0mgffUl7nfd+FpvXMVz4IDEaUSmT1ysygQC7qYo7sG4 =
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ var Identifier = ""
2323*/
2424const (
2525 // Version is the last release of the Permify (e.g. v0.1.0)
26- Version = "v1.6.6 "
26+ Version = "v1.6.7 "
2727)
2828
2929// Function to create a single line of the ASCII art with centered content and color
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
99 info : {
1010 title : "Permify API" ;
1111 description : "Permify is an open source authorization service for creating fine-grained and scalable authorization systems." ;
12- version : "v1.6.6 " ;
12+ version : "v1.6.7 " ;
1313 contact : {
1414 name : "API Support" ;
1515 url : "https://github.com/Permify/permify/issues" ;
You can’t perform that action at this time.
0 commit comments