Skip to content

Commit

Permalink
Release v0.2.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcoffee committed Sep 22, 2016
1 parent 3d9e023 commit 7ad65eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [0.2.3] - 2016-09-22
### Added
- Adds support for multiple versions of an API in the same declaration file.
### Changed
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

group 'io.apiman.cli'
version '0.2.3-SNAPSHOT'
version '0.2.3'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/multiple-versions.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Simple apiman example, without adding a plugin
# Multiple versions of an API defined in a single file.
---
system:
gateways:
Expand Down

0 comments on commit 7ad65eb

Please sign in to comment.