Skip to content

Commit

Permalink
Start 2.4.0 development
Browse files Browse the repository at this point in the history
  • Loading branch information
drewolson committed Jan 29, 2020
1 parent 10a8b17 commit 1364884
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: elixir
services:
- postgresql
otp_release:
- 22.2
elixir:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## 2.4.0-dev

## 2.3.0

* Upgrade ecto to `~> 3.3`
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule Scrivener.Ecto.Mixfile do
def project do
[
app: :scrivener_ecto,
version: "2.3.0",
version: "2.4.0-dev",
elixir: "~> 1.3",
elixirc_paths: elixirc_paths(Mix.env()),
package: package(),
Expand Down

0 comments on commit 1364884

Please sign in to comment.