Skip to content
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.

Commit

Permalink
chore(CHANGELOG): update CHANGELOG
Browse files Browse the repository at this point in the history
chore(build): prepare next version
  • Loading branch information
mcolmant committed Feb 2, 2016
1 parent 4a40844 commit 61b8f46
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [3.4](https://github.com/Spirals-Team/powerapi/tree/3.4) (2016-02-02)

[Full Changelog](https://github.com/Spirals-Team/powerapi/compare/3.4...3.3)

**Fixed bugs:**

- Link error while using Sigar module [\#75](https://github.com/Spirals-Team/powerapi/issues/75)


## [3.3](https://github.com/Spirals-Team/powerapi/tree/3.3) (2015-11-03)
[Full Changelog](https://github.com/Spirals-Team/powerapi/compare/3.2...3.3)

Expand Down
2 changes: 1 addition & 1 deletion project/PowerApiBuild.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import sbt._
object PowerApiBuild extends Build {

lazy val rootSettings = Seq(
version := "3.4",
version := "3.5",
scalaVersion := "2.11.7",
scalacOptions := Seq(
"-language:reflectiveCalls",
Expand Down

0 comments on commit 61b8f46

Please sign in to comment.