Skip to content

Commit dc60919

Browse files
Copilotcomnam90
andcommitted
chore(release): bump version to 1.2.0
Co-authored-by: comnam90 <2719284+comnam90@users.noreply.github.com> Agent-Logs-Url: https://github.com/comnam90/veeam-data-cloud-services-map/sessions/7a523d0f-02c8-40b3-a146-8825104c6240
1 parent bc32791 commit dc60919

3 files changed

Lines changed: 67 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.2.0] - 2026-03-21
9+
10+
### Added
11+
- Azure Poland Central (Warsaw) region with VDC for Microsoft 365 and Entra ID support (#74)
12+
13+
### Changed
14+
- Bump hono from 4.11.7 to 4.12.7 (#72)
15+
- Bump undici and wrangler to latest versions (#73)
16+
17+
## [1.1.2] - 2025-01-22
18+
19+
### Fixed
20+
- Add missing VDC for Azure service to NZ North and Austria East regions (#64)
21+
- Add 8 missing Azure regions for VDC for Azure support (#63)
22+
- Add missing VDC services to Azure regions (#52)
23+
24+
## [1.1.1] - 2025-01-03
25+
26+
### Added
27+
- Comprehensive gitflow release guide (`GITFLOW_RELEASE_GUIDE.md`)
28+
- AWS Taipei region corrected to `ap-east-2` (#45)
29+
- VDC M365 service added to Azure Korea Central (#43)
30+
31+
### Changed
32+
- Bump hono from 4.11.4 to 4.11.7 (#41)
33+
- Bump wrangler from 4.54.0 to 4.59.1 (#39)
34+
35+
## [1.1.0] - 2024-12-29
36+
37+
### Added
38+
- REST API for programmatic access to service availability data (Hono + Cloudflare Workers)
39+
- OpenAPI/Scalar interactive API documentation at `/api/docs`
40+
- `/api/v1/regions/nearest` endpoint to find closest regions by coordinates
41+
- `/api/v1/regions/compare` endpoint to compare service availability across regions
42+
- `/api/v1/services/{serviceId}` endpoint with detailed per-service region lists
43+
- Region data for additional AWS and Azure regions
44+
- Automated region scraping and validation pipeline
45+
- LLM-friendly documentation (`static/llms.txt`, `static/llms-full.txt`)
46+
47+
### Changed
48+
- Migrated deployment to Cloudflare Pages (from GitHub Pages)
49+
- Region data moved to individual YAML files per region
50+
51+
## [1.0.0] - 2024-12-01
52+
53+
### Added
54+
- Initial interactive map using Hugo, Leaflet.js, and Tailwind CSS
55+
- YAML-driven region data for AWS and Azure regions
56+
- Service filtering by provider, service type, and pricing tier
57+
- Dark-mode map with CartoDB Dark Matter tiles
58+
- GitHub Actions CI/CD pipeline
59+
60+
[1.2.0]: https://github.com/comnam90/veeam-data-cloud-services-map/compare/v1.1.2...v1.2.0
61+
[1.1.2]: https://github.com/comnam90/veeam-data-cloud-services-map/compare/v1.1.1...v1.1.2
62+
[1.1.1]: https://github.com/comnam90/veeam-data-cloud-services-map/compare/v1.1.0...v1.1.1
63+
[1.1.0]: https://github.com/comnam90/veeam-data-cloud-services-map/compare/v1.0.0...v1.1.0
64+
[1.0.0]: https://github.com/comnam90/veeam-data-cloud-services-map/releases/tag/v1.0.0

GITFLOW_RELEASE_GUIDE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,10 @@ Without merging back to develop:
189189

190190
## Current Release Status
191191

192-
For the v1.1.1 release:
192+
For the v1.2.0 release:
193193

194194
**Step 1**: Release branch created from develop
195-
**Step 2**: Version bumped to 1.1.1
195+
**Step 2**: Version bumped to 1.2.0
196196
**Step 3**: Ready to merge to main (via current PR)
197197
**Step 4**: After main merge, needs to merge back to develop
198198
**Step 5**: Cleanup release branch

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "veeam-data-cloud-services-map",
3-
"version": "1.1.2",
3+
"version": "1.2.0",
44
"description": "Interactive map and API for Veeam Data Cloud service availability across AWS and Azure regions",
55
"private": true,
66
"scripts": {

0 commit comments

Comments
 (0)