diff --git a/CHANGES.md b/CHANGES.md index 48b98a5..3797525 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +## unreleased + +* Expose 4.08.1 and 4.14.1 (@MisterDA #60) + ## v3.6.0 (2023-01-16) * Add 4.14.1 entry (@avsm #56) diff --git a/ocaml_version.mli b/ocaml_version.mli index e9ea075..71e91fc 100644 --- a/ocaml_version.mli +++ b/ocaml_version.mli @@ -339,7 +339,10 @@ module Releases : sig (** Latest release in the 4.07.x series *) val v4_08_0 : t - (** Versior 4.08.0 *) + (** Version 4.08.0 *) + + val v4_08_1 : t + (** Version 4.08.1 *) val v4_08 : t (** Latest release in the 4.08.x series *) @@ -398,6 +401,9 @@ module Releases : sig val v4_14_0 : t (** Version 4.14.0 *) + val v4_14_1 : t + (** Version 4.14.1 *) + val v4_14 : t (** Latest release in the 4.14.x series *)