From 8689772ceb56781c06fcdf606bc5224e6195e5ff Mon Sep 17 00:00:00 2001 From: Silvano Cerza Date: Tue, 24 Mar 2026 19:27:26 +0100 Subject: [PATCH] Update Bulgaria currency from BGN to EUR --- Sources/ipinfoKit/CountryData/CountryData.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/ipinfoKit/CountryData/CountryData.swift b/Sources/ipinfoKit/CountryData/CountryData.swift index 8d65da0..74ccf4b 100644 --- a/Sources/ipinfoKit/CountryData/CountryData.swift +++ b/Sources/ipinfoKit/CountryData/CountryData.swift @@ -615,7 +615,7 @@ public struct CountryData: Codable, Sendable { "BD": CountryCurrency(code: "BDT", symbol: "৳"), "BE": CountryCurrency(code: "EUR", symbol: "€"), "BF": CountryCurrency(code: "XOF", symbol: "CFA"), - "BG": CountryCurrency(code: "BGN", symbol: "лв"), + "BG": CountryCurrency(code: "EUR", symbol: "€"), "BH": CountryCurrency(code: "BHD", symbol: ".د.ب"), "BI": CountryCurrency(code: "BIF", symbol: "FBu"), "BJ": CountryCurrency(code: "XOF", symbol: "CFA"),