Skip to content

Commit 8e5fa69

Browse files
committed
chore: align version to 0.6.0 in README and GNUmakefile
Align version number with GitHub releases (from 0.1.11 to 0.6.0) to ensure consistency across documentation and configuration files.
1 parent 084724a commit 8e5fa69

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ GO111MODULE=on
1010

1111
PLUGINS_DIR=~/.terraform.d/plugins
1212
PLUGIN_PATH=onelogin.com/onelogin/onelogin
13-
VERSION=0.1.11
13+
VERSION=0.6.0
1414

1515
clean:
1616
rm -r ${DIST_DIR}

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
## Latest Updates
66

7-
### v0.1.11 - Fixed Custom User Attributes Support
7+
### v0.6.0 - Version Alignment
8+
9+
This version aligns the version number with the GitHub releases:
10+
11+
- Version number synchronized with GitHub releases (current v0.5.4)
812

913
This version fixes the custom attribute support in the OneLogin v4 API:
1014

@@ -50,7 +54,7 @@ terraform {
5054
required_providers {
5155
onelogin = {
5256
source = "onelogin.com/onelogin/onelogin"
53-
version = "0.1.11"
57+
version = "0.6.0"
5458
}
5559
}
5660
}
@@ -176,4 +180,4 @@ make test
176180
**secure** runs gosec code analysis to warn about possible exploits specific to go
177181
```
178182
make secure
179-
```
183+
```

0 commit comments

Comments
 (0)