From 557aea52bf8fe690250f8cd85980f55557d8feed Mon Sep 17 00:00:00 2001 From: Scott Ames-Messinger Date: Fri, 15 Dec 2023 22:43:08 -0500 Subject: [PATCH] 1.1.1 --- CHANGELOG.md | 6 ++++++ mix.exs | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c647b69..6738f18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 1.1.1 +* Allow `binary_id` fields to be nil + +## 1.1.0 +* Add support for Ecto 1.11 + ## 1.0.0 * Introduce support for Ecto 3 diff --git a/mix.exs b/mix.exs index 5060a7d..a4f8c1d 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule Mongo.Ecto.Mixfile do use Mix.Project @source_url "https://github.com/elixir-mongo/mongodb_ecto" - @version "1.1.0" + @version "1.1.1" def project do [