diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d5d154..9ec6de5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and versions are tracked in the repo-root `VERSION` file. ## [Unreleased] +## [1.2.0] - 2026-07-04 + ### Added - Added `lib/bash/gh/lib_gh.sh` with generic GitHub CLI availability, diff --git a/README.md b/README.md index 2e84ecc..5d66cd2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ | Version | License | Install | Release notes | | --- | --- | --- | --- | -| `1.1.0` | [Apache-2.0](LICENSE) | `brew install basefoundry/base/base-bash-libs` | [v1.1.0](https://github.com/basefoundry/base-bash-libs/releases/tag/v1.1.0) | +| `1.2.0` | [Apache-2.0](LICENSE) | `brew install basefoundry/base/base-bash-libs` | [v1.2.0](https://github.com/basefoundry/base-bash-libs/releases/tag/v1.2.0) | Reusable Bash standard library for reliable shell scripts. @@ -151,7 +151,7 @@ that readonly constant when they need to display the loaded library version. Use `base_bash_libs_require_version` to require a minimum library version: ```bash -base_bash_libs_require_version 1.1.0 +base_bash_libs_require_version 1.2.0 ``` ## Examples diff --git a/VERSION b/VERSION index 9084fa2..26aaba0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.0 +1.2.0