File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,11 @@ _Compared to the latest 1.10 release._
2020
2121- ...
2222
23+
24+ ## 1.10.6
25+
26+ - Fixed a syntax error in the OpenAPI specification.
27+
2328## 1.10.5
2429
2530- Fixed an issue in 1.10.x where [ DNSSEC test could return false negatives] ( https://github.com/internetstandards/Internet.nl/issues/1869 )
Original file line number Diff line number Diff line change @@ -736,7 +736,7 @@ components:
736736 type : string
737737
738738 caa_enabled :
739- type : bool
739+ type : boolean
740740 description : Whether CAA records were found.
741741 items :
742742 type : string
@@ -754,7 +754,7 @@ components:
754754 type : array
755755 description : The found CAA records
756756 items :
757- $ref : string
757+ type : string
758758 caa_found_on_domain :
759759 type : string
760760 description : Domain name under which the CAA record was found.
You can’t perform that action at this time.
0 commit comments