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

Commit 61b8f46

Browse files
committed
chore(CHANGELOG): update CHANGELOG
chore(build): prepare next version
1 parent 4a40844 commit 61b8f46

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Change Log
22

3+
## [3.4](https://github.com/Spirals-Team/powerapi/tree/3.4) (2016-02-02)
4+
5+
[Full Changelog](https://github.com/Spirals-Team/powerapi/compare/3.4...3.3)
6+
7+
**Fixed bugs:**
8+
9+
- Link error while using Sigar module [\#75](https://github.com/Spirals-Team/powerapi/issues/75)
10+
11+
312
## [3.3](https://github.com/Spirals-Team/powerapi/tree/3.3) (2015-11-03)
413
[Full Changelog](https://github.com/Spirals-Team/powerapi/compare/3.2...3.3)
514

project/PowerApiBuild.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import sbt._
2727
object PowerApiBuild extends Build {
2828

2929
lazy val rootSettings = Seq(
30-
version := "3.4",
30+
version := "3.5",
3131
scalaVersion := "2.11.7",
3232
scalacOptions := Seq(
3333
"-language:reflectiveCalls",

0 commit comments

Comments
 (0)