From 6bd7989d562225e539fb78bef9f828890e16c1f0 Mon Sep 17 00:00:00 2001 From: Aashish Date: Wed, 11 Sep 2024 15:49:51 +0700 Subject: [PATCH] Updated readme with version guidance. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 35c95ac..62f8be9 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,15 @@ Auditor.** Instead, we recommend that you follow our guide on how to safely [collect credit information](https://docs.opn.ooo/collecting-card-information). +## Version Guidance + +This library offers bug and security fixes for 1.x and active development for 2.x. Please refer to the table for specific version compatibility and requirements. + +| Version | Support | Omise API Version | Go Version | +| --------| ----------------------- | --------------------------- | -----------| +| 1.x | Bug and security fixes | <= 2017-11-02 | >= 1.16 | +| 2.x | Active | 2019-05-29 | >= 1.16 | + ## Compatibility Version `v1.2.0` and higher of this package is designed to work with Go version 1.16 or higher. It is not compatible with Go versions 1.15 and lower.