Skip to content

Commit 0209681

Browse files
committed
chore: bump version
1 parent 8328954 commit 0209681

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
## 1.2.0 (February 8, 2026)
2+
3+
FEATURES:
4+
5+
- **New Resource**: `forgejo_gpg_key` ([documentation](docs/resources/gpg_key.md))
6+
- **New Data Source**: `forgejo_gpg_key` ([documentation](docs/data-sources/gpg_key.md))
7+
- `forgejo_user`: implement resource import
8+
9+
ENHANCEMENTS:
10+
11+
- `forgejo_repository`: add `fast-forward-only` to allowed attribute values for `default_merge_style`
12+
- `forgejo_repository`: allow archiving on destroy
13+
- Standardize on formatting temporal data in RFC3339 format
14+
15+
DEPENDENCIES:
16+
17+
- Update to Go 1.24.12
18+
- Bump actions/checkout from 6.0.1 to 6.0.2
19+
- Bump actions/setup-go from 6.1.0 to 6.2.0
20+
21+
NEW CONTRIBUTORS 🎉:
22+
23+
- [@mathieu-lemay](https://github.com/mathieu-lemay)[#85: Add GPG Key resource and data source](https://github.com/svalabs/terraform-provider-forgejo/pull/85)
24+
- [@kad-hollac1](https://github.com/kad-hollac1)[#89: Allow archiving on destroy](https://github.com/svalabs/terraform-provider-forgejo/pull/89)
25+
- [@Kernald](https://github.com/Kernald)[#93: Add 'fast-forward-only' option to default merge style validator](https://github.com/svalabs/terraform-provider-forgejo/pull/93)
26+
127
## 1.1.0 (January 18, 2026)
228

329
FEATURES:
@@ -42,7 +68,7 @@ FEATURES:
4268

4369
- **New Resource**: `forgejo_ssh_key` ([documentation](docs/resources/ssh_key.md))
4470
- **New Data Source**: `forgejo_ssh_key` ([documentation](docs/data-sources/ssh_key.md))
45-
- `forgejo_repository`: Implement resource import
71+
- `forgejo_repository`: implement resource import
4672

4773
ENHANCEMENTS:
4874

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ terraform {
4444
required_providers {
4545
forgejo = {
4646
source = "svalabs/forgejo"
47-
version = "~> 1.1.0"
47+
version = "~> 1.2.0"
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)