Skip to content

Commit

Permalink
[ci skip] chore: release version 2.5.0 (#333)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKovalevych committed Jun 4, 2019
1 parent 8329060 commit 39a002e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline

<!-- changelog -->

## [2.5.0](https://github.com/edenlabllc/mpi.api/compare/2.4.3...2.5.0) (2019-6-4)




### Features:

* person preload fields (#330)

* rpc get_person_by_id func improved (fields param could be given) (#329)

* Migration for person authentication methods#3376 (#325)

### Bug Fixes:

* render phones (#332)

* set queue target and interval for ecto repos (#331)

* person authentication_methods json field render fixed (#326)

* person updates now contain all needed columns (#323)

* inserted at in person documents, attempt 2 (#324)

## [2.4.3](https://github.com/edenlabllc/mpi.api/compare/2.4.2...2.4.3) (2019-5-13)


Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule MPI.MixProject do

use Mix.Project

@version "2.4.3"
@version "2.5.0"
def project do
[
version: @version,
Expand Down

0 comments on commit 39a002e

Please sign in to comment.