From 1a78cf20b6d89bcf80e7defba92dfc6505933d85 Mon Sep 17 00:00:00 2001 From: Benjamin Fleischer Date: Wed, 27 Jan 2021 16:05:31 -0600 Subject: [PATCH] Correct changelog link [ci skip] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c74b5e9c..892d792b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# [UNRELEASED](https://github.com/rails-api/active_model_serializers/compare/v0.8.4...0-08-stable) +# [UNRELEASED](https://github.com/rails-api/active_model_serializers/compare/v0.8.4...0-8-stable) - [#2196](https://github.com/rails-api/active_model_serializers/pull/2196) Fix CI for Rails 5 (@bf4)