History.md in rake-compiler-1.2.0 vs History.md in rake-compiler-1.2.1
- old
+ new
@@ -1,4 +1,18 @@
+### 1.2.1 / 2022-12-16
+
+* Enhancements:
+ * GH-209: Added support for RubyGems 3.3.21 or later.
+ [Patch by Mike Dalessio]
+
+* Fixes:
+ * GH-208: Fixed a typo in documentation.
+ [Patch by Garen Torikian]
+
+* Thanks:
+ * Garen Torikian
+ * Mike Dalessio
+
### 1.2.0 / 2022-04-15
* Enhancements:
* Defer requiring `yaml`.
[ruby/stringio#21](https://github.com/ruby/stringio/issues/21)