diff --git a/CHANGELOG.md b/CHANGELOG.md index 46910d4..53c5bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## mini_portile changelog +### 2.8.2 / 2023-04-30 + +#### Fixed + +- Ensure that the `source_directory` option will work when given a Windows path to an autoconf directory. [#126] + + ### 2.8.1 / 2022-12-24 #### Fixed diff --git a/lib/mini_portile2/version.rb b/lib/mini_portile2/version.rb index 618841c..851e3ba 100644 --- a/lib/mini_portile2/version.rb +++ b/lib/mini_portile2/version.rb @@ -1,3 +1,3 @@ class MiniPortile - VERSION = "2.8.1" + VERSION = "2.8.2" end