diff --git a/CHANGELOG.md b/CHANGELOG.md index f354553..2cfeede 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog + ## 0.3.1 +- **[BREAKING]** Include line breaks every 60 characters in base64 encoded strings to mirror what the actual GitHub API does +- Add support for Git blobs endpoints (https://docs.github.com/en/rest/git/blobs?apiVersion=2022-11-28#get-a-blob) + ## 0.3.0 - Correctly handle binary files in create-blob! and get-blob operations - Fix reflective accesses in clj-github-mock.impl.jgit diff --git a/project.clj b/project.clj index 781f17f..6d04854 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject dev.nubank/clj-github-mock "0.3.0" +(defproject dev.nubank/clj-github-mock "0.3.1" :description "An emulator of the github api" :url "https://github.com/nubank/clj-github-mock" :license {:name "EPL-2.0 OR GPL-2.0-or-later WITH Classpath-exception-2.0"