Skip to content

Commit

Permalink
bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Sep 12, 2017
1 parent 0d82e59 commit c4cbd70
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog BlueBird

## v0.3.8

- add `terms_of_service`, `contact` and `license` fields
- take first steps to integrate swagger (nothing usable yet)
- add `bird.gen.examples` mix task for generating example tests with aglio
(for contributors, not end users)
- update dependencies
- render api group description

## v0.3.7

- fix FunctionClauseError in Formatter
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It lets you generate API documentation in the [API Blueprint](https://apibluepri

``` elixir
defp deps do
 [{:blue_bird, "~> 0.3.6"}]
 [{:blue_bird, "~> 0.3.8"}]
end
```

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

@version "0.3.7"
@version "0.3.8"
@url "https://github.com/KittyHeaven/blue_bird"
@maintainers [
"Djordje Atlialp",
Expand Down

0 comments on commit c4cbd70

Please sign in to comment.