Skip to content

Commit 557aea5

Browse files
1.1.1
1 parent 9eaf5f6 commit 557aea5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 1.1.1
9+
* Allow `binary_id` fields to be nil
10+
11+
## 1.1.0
12+
* Add support for Ecto 1.11
13+
814
## 1.0.0
915

1016
* Introduce support for Ecto 3

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Mongo.Ecto.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/elixir-mongo/mongodb_ecto"
5-
@version "1.1.0"
5+
@version "1.1.1"
66

77
def project do
88
[

0 commit comments

Comments
 (0)