diff --git a/CHANGELOG.md b/CHANGELOG.md index 2342b13..2cc3435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Unreleased] +## [0.1.4] - 2024-10-12 + +- Better log messages (improved clarity about what's happening). + ## [0.1.3] - 2024-05-15 - Better (nicer to read) log messages. diff --git a/Gemfile.lock b/Gemfile.lock index 395ae97..f69097a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - jekyll_ai_related_posts (0.1.4) + jekyll_ai_related_posts (0.1.5) activerecord (~> 7.0) faraday (~> 2.9) jekyll (>= 3.0) diff --git a/lib/jekyll_ai_related_posts/version.rb b/lib/jekyll_ai_related_posts/version.rb index c9f5f3d..8bcb852 100644 --- a/lib/jekyll_ai_related_posts/version.rb +++ b/lib/jekyll_ai_related_posts/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module JekyllAiRelatedPosts - VERSION = "0.1.4" + VERSION = "0.1.5" end