diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b93c24..6f78570 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.4] - 2023-08-14 + +### Changed + +- Expansion host strings. + ## [1.0.1] - 2023-06-20 ### Changed diff --git a/PKGBUILD b/PKGBUILD index c88c6b1..2fbab0e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: AB pkgname=rexec -pkgver=1.0.1.r8.g48635fc +pkgver=1.0.1.r9.g0d95364 pkgrel=1 pkgdesc="Parallel SSH executor" url="https://github.com/house-of-vanity/rexec"