Skip to content

Commit

Permalink
version 0.2.0 release
Browse files Browse the repository at this point in the history
fix
  • Loading branch information
sobolevn committed Nov 1, 2016
1 parent 81aa0df commit 512def0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -3,7 +3,6 @@ language: elixir
sudo: false

elixir:
- 1.1.0
- 1.2.0
- 1.3.0

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## v0.2.0

* Changed the `oauth2` version to `0.6.0`
* Changed how `profile_url` is generated
* Changed supported `elixir` version to `1.2` and greater

## v0.1.3

* Changed the default `:site` url
Expand Down
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -4,6 +4,10 @@

> VK OAuth2 strategy for Überauth.
## Requirements

We support `elixir` versions `1.2` and bellow.

## Installation

1. Setup your application at [VK Developers](https://vk.com/dev).
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
@@ -1,7 +1,7 @@
defmodule UeberauthVK.Mixfile do
use Mix.Project

@version "0.1.3"
@version "0.1.4"

This comment has been minimized.

Copy link
@jastkand

jastkand Nov 1, 2016

Contributor

@sobolevn shouldn't this be 0.2.0?

This comment has been minimized.

Copy link
@sobolevn

sobolevn Nov 1, 2016

Author Member

Yeap, thanks.

@url "https://github.com/sobolevn/ueberauth_vk"

def project do
Expand All @@ -10,7 +10,7 @@ defmodule UeberauthVK.Mixfile do
version: @version,
name: "Ueberauth VK Strategy",
package: package(),
elixir: "~> 1.1",
elixir: "~> 1.2",

build_embedded: Mix.env == :prod,
start_permanent: Mix.env == :prod,
Expand Down

0 comments on commit 512def0

Please sign in to comment.