History.md in rake-compiler-1.1.6 vs History.md in rake-compiler-1.1.7

- old
+ new

@@ -1,4 +1,10 @@ +### 1.1.7 / 2022-01-04 + +* Fixes: + * Fix binary paths for staging and clobber. + [#197](https://github.com/rake-compiler/rake-compiler/issues/197) [Patch by konsolebox] + ### 1.1.6 / 2021-12-12 * Fixes: * Fix a regression bug that `Symbol` can't be used for `name` of `Rake::ExtensionTask.new`.