From 17f7c08b67daa2bdf319512a6c912f30cb068ddf Mon Sep 17 00:00:00 2001
From: muthuswamyopn <95462571+muthuswamyopn@users.noreply.github.com>
Date: Tue, 5 Mar 2024 13:20:36 +0530
Subject: [PATCH 1/2] Update README.md
---
README.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/README.md b/README.md
index 07d89d0..3df33c7 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,11 @@
[![Gem](https://img.shields.io/gem/v/omise.svg?style=flat)](https://rubygems.org/gems/omise)
+## Security Warning
+
+**Please do NOT use Omise Ruby client versions less than 0.8.0, as they are outdated and have security vulnerabilities.**
+
+
## Installation
Add the following to your `Gemfile` and run `bundle install` to install via [RubyGems](https://rubygems.org/gems/omise):
From 324c7bbf80412126ac42d2742c296ec228eef4c8 Mon Sep 17 00:00:00 2001
From: muthuswamyopn <95462571+muthuswamyopn@users.noreply.github.com>
Date: Wed, 6 Mar 2024 11:42:31 +0530
Subject: [PATCH 2/2] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 3df33c7..ded643e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# Omise Ruby Client
+# Omise Ruby Library
[![Maintainability](https://api.codeclimate.com/v1/badges/8297834e28572da75cf2/maintainability)](https://codeclimate.com/github/omise/omise-ruby/maintainability)
@@ -6,7 +6,7 @@
## Security Warning
-**Please do NOT use Omise Ruby client versions less than 0.8.0, as they are outdated and have security vulnerabilities.**
+**Please do NOT use Omise Ruby library versions less than 0.8.0, as they are outdated and have security vulnerabilities.**
## Installation