We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df2dc34 + 1aa3cef commit 7dd5f7aCopy full SHA for 7dd5f7a
2 files changed
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog][keepachangelog] and this project adheres to [Semantic Versioning][semver].
6
7
+## Unreleased
8
+
9
+### Added
10
11
+- GIBDD region code for `Vladimirskaja oblast` - `133`
12
13
## v3.20.0
14
15
### Added
data/subject/codes.json
@@ -284,7 +284,8 @@
284
"title": "Владимирская область",
285
"code": 33,
286
"gibdd": [
287
- 33
+ 33,
288
+ 133
289
],
290
"code_iso_31662": "RU-VLA"
291
},
0 commit comments