Skip to content

Commit

Permalink
release 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kortirso committed Mar 9, 2023
1 parent 3da9e95 commit 2dc6fc2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.9.9] - 2023-03-09
### Modified
- HTTPoison version
- Jason instead of Poison for parsing results

## [0.9.8] - 2019-01-24
### Modified
- using Stream to increase performance
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ by adding `open_street_map` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:open_street_map, "0.9.8"}
{:open_street_map, "0.9.9"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defmodule OpenStreetMap.MixProject do
def project do
[
app: :open_street_map,
version: "0.9.8",
version: "0.9.9",
elixir: "~> 1.9",
name: "OpenStreetMap",
description: @description,
Expand Down

0 comments on commit 2dc6fc2

Please sign in to comment.