Skip to content

Commit

Permalink
Updated changelog adding v1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Dec 2, 2018
1 parent a7a5667 commit 3faf6e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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).

## [Unreleased]
## 1.15.0 - 2018-12-02

#### Added

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ public function countListReturnsProperNumberOfResults()
$this->getEntityManager()->flush();

$this->assertEquals($count, $this->repo->countList());
$this->assertEquals($count, $this->repo->countList());
}

/**
Expand Down

0 comments on commit 3faf6e9

Please sign in to comment.