diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bdcd2d..150e6b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [7.0.5] - 2024-03-28 + +### Fixed +- [Issue#14](https://github.com/vegardit/haxe-strings/issues/14) `RandomStrings.randomAsciiAlpha` returns illegal chars (thanks to https://github.com/singpolyma) + + ## [7.0.4] - 2024-03-18 ### Fixed diff --git a/haxelib.json b/haxelib.json index 59b3fc8..ffd4a4f 100644 --- a/haxelib.json +++ b/haxelib.json @@ -11,6 +11,6 @@ "description": "A haxelib for consistent cross-platform UTF-8 string manipulation. Contains comprehensive String utility functions, SemVer.org version parsing, spell checker, ANSI escape sequence builder, RandomUUID generator, thread-safe regular expression API, StringBuilder, SortedStringMap, SortedStringSet, camelcase string formatting, filepath normalizing and globbing (wildcards).", "contributors": ["vegardit"], "releasenote": "See https://github.com/vegardit/haxe-strings/blob/main/CHANGELOG.md", - "version": "7.0.4", + "version": "7.0.5", "dependencies": {} }