Skip to content

Commit 1bf0a8a

Browse files
committed
Bump version to 0.11.0
1 parent 2c8c03b commit 1bf0a8a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,3 +311,11 @@ The only way to access all the details is to fetch the transaction info from Ela
311311
Also note that the ElasticSearch docker requires a minimum of 4 gigabytes of memory, so ensure that you have allocated
312312
enough memory for your docker containers: from Docker Dashboard Preferences -> Resources -> Advanced -> Memory.
313313

314+
### Release
315+
316+
- Update version in project.clj.
317+
- Run `lein deploy clojars`
318+
- If you need to login to Clojars the username is `yleisradio`. Password is known at least by Sitouttamistiimi.
319+
- Publish username is `yleisradio` and passwod is a token. This token is known at least by Sitouttamistiimi.
320+
- Update release notes in GitHub.
321+

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject clojure-elastic-apm "0.10.0"
1+
(defproject clojure-elastic-apm "0.11.0"
22
:description "Clojure wrapper for Elastic APM Java Agent"
33
:url "https://github.com/Yleisradio/clojure-elastic-apm"
44
:license {:name "Eclipse Public License"

0 commit comments

Comments
 (0)