diff --git a/CHANGELOG.md b/CHANGELOG.md index b35b4cba..3563af4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED][unreleased] +## [2.0.18][2.0.18] +### Changed +- Metadata updates + ## [2.0.17][2.0.17] ### Changed - Metadata updates diff --git a/ifsc.gemspec b/ifsc.gemspec index dfe54c27..96341665 100644 --- a/ifsc.gemspec +++ b/ifsc.gemspec @@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) Gem::Specification.new do |s| s.name = 'ifsc' - s.version = '2.0.17' + s.version = '2.0.18' s.date = '2022-10-28' s.summary = 'IFSC code database to help you validate IFSC codes' s.description = 'A simple gem by @razorpay to help you validate your IFSC codes. IFSC codes are bank codes within India' diff --git a/package.json b/package.json index ac3e38d0..93e9e426 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ifsc", - "version": "2.0.17", + "version": "2.0.18", "description": "This is part of the IFSC toolset released by Razorpay. You can find more details about the entire release at [ifsc.razorpay.com](https://ifsc.razorpay.com). Includes only a validation library as of now.", "main": "src/node/index.js", "directories": {