diff --git a/CHANGELOG.md b/CHANGELOG.md index cbbed42..345878c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.3.2] / 2020.04.03 +### Added +- Current version to README. +### Fixed +- Missing version link in CHANGELOG. + ## [1.3.1] / 2020.04.03 ### Changed - Replaced CircleCI with GitHub Actions @@ -50,8 +56,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Resource endpoint for resource lists - Unit tests for all endpoints -[Unreleased]: https://github.com/mtslzr/pokeapi-go/compare/v1.3.1...HEAD -[1.3.0]: https://github.com/mtslzr/pokeapi-go/compare/v1.3.0...v1.3.1 +[Unreleased]: https://github.com/mtslzr/pokeapi-go/compare/v1.3.2...HEAD +[1.3.2]: https://github.com/mtslzr/pokeapi-go/compare/v1.3.1...v1.3.2 +[1.3.1]: https://github.com/mtslzr/pokeapi-go/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/mtslzr/pokeapi-go/compare/v1.2.1...v1.3.0 [1.2.1]: https://github.com/mtslzr/pokeapi-go/compare/v1.2.0...v1.2.1 [1.2.0]: https://github.com/mtslzr/pokeapi-go/compare/v1.1.1...v1.2.0 diff --git a/README.md b/README.md index b6480dc..f9530b0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # pokeapi-go ![Actions](https://github.com/mtslzr/pokeapi-go/workflows/Actions/badge.svg) +![Release](https://img.shields.io/github/v/release/mtslzr/pokeapi-go) [![Codecov](https://img.shields.io/codecov/c/github/mtslzr/pokeapi-go.svg?style=flat)](https://codecov.io/gh/mtslzr/pokeapi-go) [![Go Report Card](https://goreportcard.com/badge/github.com/mtslzr/pokeapi-go?style=flat)](https://goreportcard.com/report/github.com/mtslzr/pokeapi-go) [![GoDoc](https://img.shields.io/badge/go-documentation-blue.svg?style=flat)](http://godoc.org/github.com/mtslzr/pokeapi-go)