Skip to content

Commit 2fc15dc

Browse files
Merge pull request #429 from razorpay/release/2.0.48
[ISS-1002279] [release] 2.0.48
2 parents caf9484 + 5688a21 commit 2fc15dc

File tree

10 files changed

+3034
-3021
lines changed

10 files changed

+3034
-3021
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6+
## [UNRELEASED][unreleased]
7+
## [2.0.48][2.0.48]
8+
### Changed
9+
- Metadata updates
10+
- BUCB bank name update
11+
612
## [UNRELEASED][unreleased]
713
## [2.0.47.1][2.0.47.1]
814
### Changed

ifsc.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
33

44
Gem::Specification.new do |s|
55
s.name = 'ifsc'
6-
s.version = '2.0.47.1'
6+
s.version = '2.0.48'
77
s.date = '2022-10-28'
88
s.summary = 'IFSC code database to help you validate IFSC codes'
99
s.description = 'A simple gem by @razorpay to help you validate your IFSC codes. IFSC codes are bank codes within India'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ifsc",
3-
"version": "2.0.47.1",
3+
"version": "2.0.48",
44
"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.",
55
"main": "src/node/index.js",
66
"directories": {

src/IFSC.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/banknames.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@
202202
"BTCX": "Balitikuri Co-operative Bank",
203203
"BTUX": "Balotra Urban Co-operative Bank",
204204
"BUBX": "Bhandara Urban Co-operative Bank",
205+
"BUCB": "THE BURDWAN CENTRAL CO OPERATIVE BANK LTD",
205206
"BUCL": "Belur Urban Co-operative Bank",
206207
"BUCX": "Beawar Urban Co-operative Bank",
207208
"BUGX": "Baroda Uttar Pradesh Gramin Bank",

0 commit comments

Comments
 (0)