Skip to content

Commit

Permalink
Bump version to 2.1.0 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcsmith authored Sep 1, 2017
1 parent acae925 commit d0d82a2
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ complete changelog, see the git history for each version via the version links.

[hex package page]: https://hex.pm/packages/ex_machina

## [2.1.0]

### Added

- Support bare maps in embeds https://github.com/thoughtbot/ex_machina/commit/efd4e7c6125843d20b8dd07d91ded6240ecaf5ef
- Handle nested structures in `string_params_for/2` https://github.com/thoughtbot/ex_machina/pull/224

### Fixed

- Handle the number `0` in `*_list` functions https://github.com/thoughtbot/ex_machina/commit/012e957e7ab1e22eca18b62e8f3fcc2a98a7f286

### Improved

- Miscellaneous documentation improvements.

[2.1.0]: https://github.com/thoughtbot/ex_machina/compare/v2.0.0...v2.1.0

## [2.0.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule ExMachina.Mixfile do
use Mix.Project

@project_url "https://github.com/thoughtbot/ex_machina"
@version "2.0.0"
@version "2.1.0"

def project() do
[
Expand Down

0 comments on commit d0d82a2

Please sign in to comment.